Philip,
It is likely the path you are specifying to your file is not what you think it is.
Why are you using the $DOCUMENT_ROOT external variable?This is not available to
you in PHP 4.2.x unless you explicitly enable it in the php.ini file.
Try $_SERVER['DOCUMENT_ROOT'] instead.
-Jim
At 01:05 PM 5/30/2002 -0600, you wrote:
>default installation directory is /usr/local/lib
>
>Read this:
>http://www.php.net/manual/en/html/faq.installation.html#faq.installation.phpini
Thanks for the help, Jim, but I had already moved the php.ini file all over
the place and it does not change any
default installation directory is /usr/local/lib
Read this:
http://www.php.net/manual/en/html/faq.installation.html#faq.installation.phpini
--Jim
>>> "P. Jourdan" <[EMAIL PROTECTED]> 05/30/02 12:07 PM >>>
I am rather new to php.
I am using apache with php on a FreeBSD machine for web-site deve
I am rather new to php.
I am using apache with php on a FreeBSD machine for web-site development.
Apache & PHP have been working just fine with default installations.
I just updated with the portupgrade program, running the latest apache 1.3
server and php4 module. All of a sudden I am getting t
Hello Paul,
Your problem lies with your Webserver .conf file (apache?)
If Apache, it's called httpd.conf. The line(s) you will need to add are:
# AddType allows you to tweak mime.types without actually editing it,
# or to
# make certain files to be certain types.
#
# For example, the PHP 3.
I have PHP4.0 installed on my webserver in Linux by my provider.
I can run *.php scripts but I am use to creating web sights with *.phtml
file extension.
When I run the *.phtml file the web server can not seem to parse the
file and it just displays the code.
The tech people gave me the php.ini f