code:
....
print($account);
echo'
<br>
<p class="style2">Add New Users </p>
<form method="post" action="nuser.php">
<input type=hidden name="data_1" value="'.$account.'">
.... more form....
the print($account) prints out the correct value but when i call
$_POST['data_1'] in nusers.php
i get zero every time... whats happening?
Thanx - Adam