--- Ryan A <[EMAIL PROTECTED]> wrote: > the php files are not executing, instead its giving us a save dialog > box...
Add this to your httpd.conf: AddType application/x-httpd-php .php Make sure that the right httpd.conf is being used by the Web server you are requesting from, and also make sure that the file extension indicated in httpd.conf corresponds to the extension of the file you are requesting. Hope that helps. Chris ===== Chris Shiflett - http://shiflett.org/ PHP Security Handbook Coming mid-2004 HTTP Developer's Handbook http://httphandbook.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php