| Hi Dave,
It's impossible to get the contents of a PHP script. If you
request a PHP file from a server, the file is processed
server-side, html is generated and passed back to the
requester.
So if you try to download a php file, what you get is the
result of that php file, not the source. | |