Hello

I migrated to php 4.0.5 under windows IIS 5/win2000 AS

The following line - if($HTTP_POST_VARS['user_name']) { ... WHATEVER ...} - returns me 
following error
with and without global $HTTP_POST_VARS
Warning: Undefined index: user_name in E:\10ioWebSite\sales\login.php on line 99

and the line - include ("login.htm"); returns following:
Warning: Failed opening 'login.htm' for inclusion (include_path='.') in 
E:\10ioWebSite\sales\login.php on line 131

the php.ini sais: include_path = "."

both files are in the same dir.

Any ideas? thank you

Reply via email to