hello, I've just installed PHP on Apache.. on Win2k Server..
When I access a php page i get several weird errors...
For exemple : when i do :
<? echo "$REMOTE_HOST"; ?> .. Then i get this error : Warning: Undefined variable: REMOTE_HOST in I:\Apache\htdocs\lanfest\users\uo_hide.php on line 68
And with phpmyadmin, i get this error now ... :
Warning: mysql_db_query is deprecated; use mysql_select_db() and mysql_query() instead in I:\Apache\htdocs\lanfest\admin\phpmyadmin\lib.inc.php on line 506
Ehm.. What is the solution ? Have i forget to install something ?