[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

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



Reply via email to