Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
I think your problem is that you try to access the page without passing by a php enabled web server.
PHP is a server side scripting language. This means that the PHP engine must analyze the .php page, and replace the instructions in it with the result these instructions generate on the server before sending the modified page to the browser.
If you access the page without passing through a server, or that the server has no PHP support, you will see the PHP script, as it will not be replaced.
__________________
Only a biker knows why a dog sticks his head out the window.
|