Hi all, the problem was just register_global set to off. Now also phpMyAdmin works well again. Thanks everybody (special tanks to Ignacio) antonio >On Tue, 9 Jan 2001, Antonio Guerrieri wrote: > >> Hi all, >> I have a very simple form with a text field but when I submit it the >> parameter is not passed. Also if I call something like >> http://myserver.com/myfile.php?myvar=test I can't print myvar (i.e. >> echo $myvar;) because $myvar is empty. >> This happened after installing GD. I have installed PHP 4.0.4 without >> GD support and the problem persists. Any idea? >> TIA >> >> ant >> > >Is register_globals on in your php.ini? Does $HTTP_GET_VARS["myvar"] contain >anything? > >-- >Ignacio Vazquez-Abrams <[EMAIL PROTECTED]> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]