
December 2nd, 2002, 11:44 PM
|
|
|
|
Join Date: Apr 2007
Location: Canada
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
New install of Apache 2 and PHP 4.2 on XP
I am very new to PHP but have used Apache before. When I even the most basic scripts i get something like this...
Hello world.
Notice: Use of undefined constant Constant - assumed 'Constant' in c  rogram FilesApache GroupApache2htdocsconstant.php on line 4
Constant
When i uncomment all extension=php_*.dll's in the php.ini file the following Warning pops up. Unable to load dynamic library c:php/php_bz2.dll - The specified module could not be found. And then the web page displays ...
X-Powered-By: PHP/4.2.3 Content-type: text/html Hello world.
Notice: Use of undefined constant Constant - assumed 'Constant' in c  rogram FilesApache GroupApache2htdocsconstant.php on line 4
Constant
Can someone please help me!
|