Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as PHP by aa ( 16 years ago )
while ($row=mysql_fetch_array($res))
{
echo "<FORM ACTION="dbase.php" METHOD="POST">";
echo "Логин: <INPUT TYPE="text" NAME="login" SIZE="20" MAXLENGTH="30" VALUE =$row['login']> <br>";
echo "Пароль: ".$row['password']."<BR>";
<INPUT TYPE="submit" VALUE="Редактировать пользователя">;
echo "<BR><BR>";
echo "</FORM>" ;
}
Revise this Paste
Children: 23085