Hi folks
I am just new to php
what I used is Apache 1.3, php4.0,
running on windows xp system.
the problem is I cant use $_ENV to display any environment variable
and the most terrible thing isI can not see any error message when it display in explorer IE or Firefox
so it is pretty hard for me to find syntax errors !
anyone can help me ?!!!
cheers
what I did to install PHP and Apache are:
my php is on c:\php
php.ini-recommended change php.ini and copy to c:\windows\
php4ts.ini to c:\windows\system32
then configure the apache
#configure the apache
Add to the end of the LoadModule section
LoadModule php4_module "c:/php/sapi/php4apache.dll"
Add to the end of the AddModule section
AddModule mod_php4.c
AddType application/x-httpd-php .php
then restart apache
it works with htdocs\ directory pages