try to modify your php.ini where : variables_order = "EGPCS"
change it to : variables_order = "GPCS" it will be useful when u were request a get/post var by using simple variable name .... but disadvantage is : if u use that script in www or real web server uu should check up ur server's php configration from the phpinfo file...( u know that file phpinfo() ..... u'll see that order .... if it was EGPCS u should use HTTP_POST_VARS or the others... -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php