Request:
$query= "INSERT INTO girls_top_month (ID, FROM, TO) VALUES ('".$_REQUEST['id']."', '".date('dmy')."', '".date('dmy')."')"; $result = mysql_query($query) or die(mysql_error());
Answer:
You have an error in your SQL syntax; check the syntax for the right syntax to use it’s near the FROM, TO)
Where could I be sealed?