Forum Moderators: coopster
I always have some unpleasant moments with forms :)
any input
thank you
regards
<form action ="update.php" method="post">
Enter Username (Writer):<input type="text"name="writer" value="<?php echo $writer;?>">
<br>
Enter Page (Code or Segment name):<input type="text"name="page" value="<?php echo $page;?>">
<br>
<input type="submit"></form>
</tr></td>
<!--// second set -->
<tr>
<td width="640" align="left" valign="top">
<form action ="update_2.php" method="post">
Enter Username (SAME as Username):<input type="text"name="username" value="<?php echo $username;?>">
<br>
Enter Password (Password):<input type="text"name="password" value="<?php echo $password;?>">
<br>
Enter First and Last Name (Full Name):<input type="text"name="full_name" value="<?php echo $full_name;?>">
as is it works but as I mentioned it requires to go back and click the second submit button
which does not sound correct!
thank you