dispalying the data on a web address


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting dispalying the data on a web address
# 1  
Old 12-17-2011
dispalying the data on a web address

Hi Team,
My requirement is to get the details from a file or DB (sources) and post it on a web address from where users can see latest data.
Please help me in following :
1. How to create a web address that could be shared to multiple users.
2. How to post the this data on that web address ,not sure if any addiitonal formatting is required eg to display the column value(s) just below a column header.

Would someone please provide any assistance?
Any help is appreciated.

Thanks
Sam
# 2  
Old 12-18-2011
I can provide assistance for $100 per hour!
# 3  
Old 12-18-2011
Quote:
Originally Posted by jeffsaxton
I can provide assistance for $100 per hour!
Cheap at half the price!

O/P: What have you tried?
# 4  
Old 12-18-2011
sorry about the sarcastic reply

sorry about the sarcastic reply, but the original post is so vague that there's really no place to start Smilie
# 5  
Old 12-18-2011
guys,I have never tried the same through unix ....
We do have ETL in place that could be a workaround.

Thanks
Sam
# 6  
Old 12-19-2011
sounds like you want to look at

PHP

google it
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need to format string to collate data of similar IP address.

I have a string which has IP and data of files for that ip which is printed using the below code: Sample string code below: str1="10.9.11.128\n-rwxr-xr-x user1 2019-12-29 17:53 /var/branch/custom/tg.xml 286030210\n10.9.12.129\n-rwxr-xr-x user1 2019-12-29 17:53 /app/branch/custom/tg.xml... (6 Replies)
Discussion started by: mohtashims
6 Replies

2. Shell Programming and Scripting

How to input data from a file into a web browser search engine?

Hi, I have a list of strings in a file on my terminal. I would like to input each line into a search engine and press the search button within a web browser. How can this be done? I am using firefox Thanks (1 Reply)
Discussion started by: cyberfrog
1 Replies

3. AIX

Howto find the data and management IP address

Can anyone help me to find the data and management IP address on a IBM unix server without looking at the /etc/hosts file. sometimes the hosts file may not make it obvious between the data & mgmt ip addresses. thanks (5 Replies)
Discussion started by: amerjit.jhalley
5 Replies

4. IP Networking

Where to find IP address to location data?

I'm trying to remotely probe a range of IP addresses. First I need a list of IP addresses for a very small geographic area. I've had a lot of trouble obtaining them. I would like to find a database or something. Suppose I do get the data. Can I see if that IP address is in use by someone? Can I... (2 Replies)
Discussion started by: rockandAir
2 Replies

5. Shell Programming and Scripting

Execution Problem with dispalying file content using menu driven script

HI All.. below is my menu options script. in option 2,3 and 4 im giving input and they are saving into their respective text file. problem is when im trying to "cat" those files in options 7,8 and 9 im not getting the output. no respective file contents are displaying on screen. but if i... (1 Reply)
Discussion started by: saichand1985
1 Replies

6. Web Development

Too long in displaying the data in a Web Browser

this is my another one question as well as my sample program. Because of the big data the gets from the database.,it takes time to display the output in a web browser.,is there any way to display the output as faster as it can..?my time is wasting because of too long to display.:confused: ... (3 Replies)
Discussion started by: Jeneca
3 Replies

7. Shell Programming and Scripting

wget returns different data from web browsers

I am facing a strange issue with wget. I am not able to get the same data that I can get from my firefox web browser. I tried setting the user agent to firefox but i am still not able to get the same data.. Hope anyone can help point me to the correct direction. This is the command i used :... (0 Replies)
Discussion started by: Leion
0 Replies

8. Shell Programming and Scripting

Sending an Ip/web address from Unix

I would like to be able to send a link address from a unix script. So for example I have web address "www.xyzrunreport.com" that I want to execute, for lack of a better word, from a unix script. When this web address is hit, it starts some automated report processing. In the unix script I dont need... (4 Replies)
Discussion started by: marksy99
4 Replies
Login or Register to Ask a Question