![]() |
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 |
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.