CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   PHP (http://www.codingforums.com/forumdisplay.php?f=6)
-   -   Accessing my remote php files (http://www.codingforums.com/showthread.php?t=3587)

gorilla1 08-08-2002 03:12 PM

Accessing my remote php files
 
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.


All times are GMT +1. The time now is 09:37 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.