| 
 Posted by Stef on 12/24/06 16:58 
Try putting an echo of your query here. That would help us to help you. 
 
Stef 
 
 
"Joja" <joja4@gmail.com> schreef in bericht  
news:embd9m$cao$1@ss408.t-com.hr... 
> 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 ? 
> 
> 
> 
>
 
[Back to original message] 
 |