I did this small php to mysql application for a website, it works fine and everything - but I got feedback from a user the other day that said he viewed the app in Netscape 6.2 on WinXP and that it actually displayed the PHP code? Any reason why this is happening or how to avoid it?
And for the sake of clarification - isn't PHP code supposed to be executed by the server to generate an HTML page? How can PHP code get past the server without being executed and returned to the browser?
Any help is much appreciated!
Ben