Re: [PHP] hidden From: * nea * (nea <email protected>)
Date: 10/10/01

        First, you should try this :

> <INPUT TYPE="hidden" name="username" value="<? echo "$username"; ?>">

        <INPUT TYPE=hidden name=username value=$username>

        Look differeces between both!

        Second, you have to put the submit after this, not before
'I think'.

        Andrea Hernandez Alfaro
        Dpto. Computo
        Universidad Latina de Costa Rica.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>