GavinPearce
05-18-2003, 12:30 PM
I have a few pages provided for me by a newspaper.
Some of the links are below.
http://www.guardian.co.uk/syndication/service/0,11065,333-0-5,00.html?U2261
http://www.guardian.co.uk/syndication/service/0,11065,337-0-5,00.html?U2261
I would like it so when someone visits the page it will run the program and gather the information.
If possible I would like the script file, say news.php and then just use the php require function to activate the url I want harvested. So I could add to the uklatestnews.php page
<?php require=news.php?uklatest >
or something like that and it will gather information from teh URL lablled uklatest and return it to the page.
Anyhelp will will be much thanked.
Gav.
Some of the links are below.
http://www.guardian.co.uk/syndication/service/0,11065,333-0-5,00.html?U2261
http://www.guardian.co.uk/syndication/service/0,11065,337-0-5,00.html?U2261
I would like it so when someone visits the page it will run the program and gather the information.
If possible I would like the script file, say news.php and then just use the php require function to activate the url I want harvested. So I could add to the uklatestnews.php page
<?php require=news.php?uklatest >
or something like that and it will gather information from teh URL lablled uklatest and return it to the page.
Anyhelp will will be much thanked.
Gav.