Ok.. at first I wanna try to put "include.php" on the php.. but it goes around and around.... this is the case...
if ($v_name=="")
$query="DELETE FROM key_show WHERE code='$v_name'";
else{
$query="insert into key_show(code) values('$v_name')";
mysql_query($query) or die(mysql_error());
}
The problem here..the system keep inserting data...it shouldn't be like that yea..it supposed to delete the data if the array is equal..
Anyone please help me .. thanks...