RE: PHP Display Code
The php file will be parsed on the remote server before being downloaded.. so no, it won't. Change the file on the remote server to .txt so no parsing is done if you want the code to be downloaded.
If you don't want it parsed locally, you can't use include() either. try readfile();
The previous sentence is false. The following sentence is true.
|