...

Accessing my remote php files

gorilla1
08-08-2002, 03:12 PM
If I have a server set up here locally and I want to move a php file from my remote server to a php program (for instance, using Content-Disposition: attachment), this should not work because the file will get parsed on the remote server and I will just see the output (of what that script does), correct?

G

mordred
08-09-2002, 10:18 AM
Depends on how you send the file contents; it's up to you whether to include it as an attachment that contains the actual file contents or the parsed output. Check out the descriptions of the filesystem functions at php.net, there are differences.



EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum