[EMAIL PROTECTED] schrieb: 
> 
> Thanks alot for your help!!! 
> It was only a spacing mistake... 
> There should have no spacing in between each variables: 
> 
>  VALUES ($tutor_name,$tutor_contact,$tutor_email,$tutor_profile)"; 

hi, 

a space after a comma shouldn't be a problem. your problem were probably 
your single quotes. it's a different between 

" ... VALUES ('$tutor_name', ...)"; 

and 

" ... VALUES ($tutor_name, ...)"; 

hth SVEN 
-------------------------------------------------------------------------------
-
So what was actually the difference between having "single quotes" for my 
string and without single quotes ???

Irin.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to