want to update uae....
whats wrong in this code...
Table
whats wrong in this code...
Table
Code:
table q1 q1 uae tunisia palestine lebanon 1 1
Code:
$sql="SELECT * FROM q1"; $result=mysql_query($sql); $uae=$uae+1; $update="update q1 SET uae='$uae' where q1='1'"; $result1 = mysql_query($update);
Comment