My php file account.php contains php with the variable $account but the form where it is needed is in html which is echoed in the php, how do i get the php code:
<input type="hidden" name="data1" value="<?= $account ?>">
- or something equivalent
into the html form:
echo'
<br>
<p class="style2">Add New Users </p>
<form method="post" action="nuser.php">
Email:
<input type="text" size=25 name= "nemail">
........ect, ect....
where i dont want the user to enter the account # which is needed in nuser.php but rather use the $account