variable transmission problem from php form
Posted: Tue Feb 10, 2004 3:36 pm
Hi.
have a problem with the transmission of a variable which is not in a field from a php form to a php file. This syntax :
<form name="FormName" action="newuseranswer.php?randompass=$randompass" method="post">
doesn't work, the variable randompass isn't transmitted.
Who can help ?
have a problem with the transmission of a variable which is not in a field from a php form to a php file. This syntax :
<form name="FormName" action="newuseranswer.php?randompass=$randompass" method="post">
doesn't work, the variable randompass isn't transmitted.
Who can help ?