Posted by Joja on 12/20/06 13:20
if ((isset($_POST["insert"])) && ($_POST["insert"] == "form_insert"))
{
$query=mysql_query("INSERT INTO dates (userInfo,regDate) values(
'$userInfo','$date' )");
----------------------------------------------------------------------------
---------------------
If i execute this i get error ( after you click submit ) : query was empty.
Why ?
Navigation:
[Reply to this message]
|