With the way permissions are, you should read about including remote files. For security reasons, you can't just use variables in a file that you include from somebody else's site.
You can show the output of the file, but you can't access the variable values. If I recall correctly, fopen will let you use the variables, but you will need access permissions to the file. It's been a long time since I had to do this.
Search on Google for remote include php
|