Date: 10/10/01
- Next message: Kamil Nowicki: "[PHP] C/C++ problem"
- Previous message: shi: "[PHP] Re: session_destroy"
- In reply to: Jeremy Morano: "[PHP] hidden"
- Next in thread: Chris Hobbs: "Re: [PHP] hidden"
- Reply: Chris Hobbs: "Re: [PHP] hidden"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Kamil Nowicki: "[PHP] C/C++ problem"
- Previous message: shi: "[PHP] Re: session_destroy"
- In reply to: Jeremy Morano: "[PHP] hidden"
- Next in thread: Chris Hobbs: "Re: [PHP] hidden"
- Reply: Chris Hobbs: "Re: [PHP] hidden"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

