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 rellend ( 18 years ago )
<?php
$connect = mysql_connect("localhost" , "azrael" , "sH7u55UsqQwSNVDP") or
die("Nie udało się polaczyć z baza danych");
$db = mysql_select_db("azrael");
if (isset($_POST['wyslano']))
{
$query = "INSERT INTO `test`(`1`) VALUES ('".$_POST['PasswdAgain']."')";
$result = mysql_query($query);
}
header("Location: http://eros.vlo.gda.pl/~acid/asdfg/RP.htm");
?>
Revise this Paste