I'm trying to read a .php page on a different server and I am using the readlink() code. I keep getting the following error:
Warning: readlink() [function.readlink]: No such file or directory in /home/sanderso/public_html/index.php on line 103
It is trying to read it off the server that the content will be displayed on. I need it to go to the other server to look for the file.
Anyone got any suggestions?