check your apache httpd.conf (or iis configuration or whatever your webserver is) see if you told it to parse php scripts before presenting it to the web. ******************* LoadModule php4_module c:/php/sapi/php4apache2.dll AddType application/x-httpd-php .php ******************* or install PHP or name your file ****.PHP (if type added is .php or start your script with "<? [PHP]" and end it with "?>" Jack -----Original Message----- From: Michael Cupp, Jr. [mailto:michael@michaelcupp.com] Sent: vrijdag 3 oktober 2003 23:29 To: php-db@lists.php.net Subject: PHP Issue I'm trying to 'run' a php pgoram by loading it into my browser, but instead of running, it only displays it to me - how can I fix this? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php