
May 10th, 2000, 04:11 PM
|
|
Contributing User
|
|
Join Date: Mar 2000
Posts: 60
Time spent in forums: < 1 sec
Reputation Power: 14
|
|
|
PHP isn't set up correctly on your machine. make a file that only consists of...
<? PHPINFO() ?>
...and name something clever, like phpinfo.php4 (or .php3, php, whatever) and hit it through your server. If it doesn't work, you can start poking through your httpd.conf, php.ini, etc. files.
I think I had this problem before, and I believe the problem was in httpd.conf not pointed to php correctly.
|