PHP:
<?
include("config.php");
include("layout.php");
if(isset($_GET['Next'])){
$passw = $_POST['passw'];
if($passw == "Geheim_natuurlijk"){
mysql_query("UPDATE `ips` SET `aantal`='0'");
echo "Alles is Gereset!...........";
}else{
echo "Error: 1 | Pass is bad Try Agian!";
}
}else{
print <<<ENDHTML
<form method="GET">
password: <input type="text" name="passw"><input type="submit" name="Next" value="Next">
</form>
ENDHTML;
}
?>
ziet iemand een fout hij zeg steeds pass is bad