"S.J. Black" <[EMAIL PROTECTED]> wrote:
> Hi, All -
>
> Have altered extension of all relevant php3 files to php. Now I have a
> case of "code bleed" when the php pages are called. The actual page
> doesn't come up, but its source does.
> Ideas? clues? suggestions?
Your webserver probably dont understand that your script is of thetype
php and therefor dont execute the parser on your script, check your
webservers configuration file. Are you sure you have :
AddType application/x-httpd-php .php in you cont (for apache only) and
not just :
AddType application/x-httpd-php .php3 ?
maybe it helps
--
Henrik Hansen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]