Is it possible to get the source code for a .php file before the server parses it into HTML? For example, is it possible to view the source for http://www.php.net/index.php with the php code intact? Thanks!
Not without FTPing it, or using a file extension that PHP will not parse ( try index.txt instead of index.php )
Have a look at http://www.php.net/ and see how they do it. There's a link at the bottom of the page.