while ($i = mysql_fetch_array($result)) {
echo $err_mes_top.$lang[1071]."<br><a href=members/index.php?l=<? echo $l; ?>&username=<?php echo $username; ?>&password=<?php echo $password; ?>">".$username." Click</a>".$suc_mes_bottom;
I am trying to spread a form over two pages. One form inserts the username and password, and then goes into another form where an update on same database can be done.
Trying to pass username and password over to the second form but am having problems.
Tank's a lot.