<?php
include('connect.php');
$hacker = $_POST['hacker'];
if ($hacker != 0 ){
mysql_query("UPDATE `members` SET `wins`='0' AND loses='0' WHERE username='$user'");
}
?>
This post has been edited by Dormilich: 29 May 2011 - 06:04 AM
Reason for edit:: please use [code] /* your code source here */ [/code] tags when posting code

New Topic/Question
Reply




MultiQuote






|