|  | Posted by NC on 08/01/07 17:50 
On Aug 1, 9:04 am, charliefortune <goo...@charliefortune.com> wrote:>
 > I have been including local .php files in a script succesfully for a
 > while. But now I want it to be a remote include
 
 And I want to build a perpetual motion engine.  Neither is likely to
 happen.  If you include() a remote PHP file and the remote server has
 PHP enabled, you are including the output, not the code.
 
 > do I have to declare it global or anything ?
 
 No, you have to have the file being included on your local machine.
 
 Cheers,
 NC
 [Back to original message] |