need help

wowbuddy

New Member
Messages
12
Reaction score
0
Points
0
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?
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
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.
hsdance.gif
 
Last edited:

wowbuddy

New Member
Messages
12
Reaction score
0
Points
0
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.
 
Top