Quick Php Question - Is It Possible To Define..
Two constants and have a php script that will pull and and all information defined within those two constants then, display that information on another site?
For example, lets say we have a link list and want to pull all urls that are held between the <a href=" and the "> tags and have them written to a flat text file.
In this instance we would set the two constants in the script as..
1) <a href="
2) ">
which then takes all the urls and places them one per line on links.html
Im thinking its possible using the LP::Fetch module? {or whatever its called}
Does that make sense?
Regards,
Lee
|