[PHP] Post Variable Problem

2001-12-13 Thread Jack
Dear all I had a Form Called Login.php, this form will pass the login Username to Main.php. For the Main.php i create a form for user to choose what they want to do from the List/Menu. Once they had select the choose and press the Option, the value of the Selected choose will pass back to

Re: [PHP] Post Variable Problem

2001-12-13 Thread Richard Baskett
Just have a hidden field in your Choose form named user input type=hidden name=user value=?=$user? That should take care of it Rick Dear all I had a Form Called Login.php, this form will pass the login Username to Main.php. For the Main.php i create a form for user to choose what they