you need to make a change in the httpd.conf file < if u have one > or the .htaccess file; Add or modify the following entry.
AddType application/x-httpd-php3 .php3 .php .phtml
This way any file with .php3, .php, .phtml extension will be parsed by PHP.
Notice that .php is also on the same line
place the .htaccess file in the document root or the same directory that your test file is in.
cheers,
nilesh :-)