Click to See Complete Forum and Search --> : Examine page source


aseeker84
07-22-2003, 03:45 PM
Can anyone tell me how I might be able to read or examine the code from a page outside my domain. I need to get the value of a link on a page that I have the url for. I know it has to be a server side piece of code, but I'm looking for some direction. Any help would be great.

pyro
07-22-2003, 03:56 PM
You should be able to read the file with file() (http://us2.php.net/manual/en/function.file.php) if the fopen_wrappers (http://us2.php.net/manual/en/ref.filesystem.php#ini.allow-url-fopen) have been enabled. By default it is...