-
need help
Does anyone know of a way to automatically update for example, a table on a website and that data is linked to another site that i don't control?
-
Re: need help
You could use fopen()/fread() to open the site, and "read" through the data on that site. Things like that are a pain though, if you don't know php well. The best way I would think would be to use an xml feed, and get the data that way.
php.net/xml
What exactly do you want to do? I could try to help you more in-depth if I knew.
Last edited by Bryon; 09-11-2005 at 01:30 PM.
-
Re: need help
thnx for replying. There is a site : http://www.dyestat.com/ that I want to get text from. In the yellow box on the home page, there is a moderately long list of bulleted results. How do I get it so that the text there in the bullets or at least in the table to be constantly updated on my site? Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules