Originally Posted by Arizona Web
$results = mysql_query($sqlquer y); //Query the results
if(!$results){
echo(mysql_error());
}
thank you thank you thank you.
here are the results.
Column count doesn't match value count at row 1
(heres a screenshot of what the database looks like)
Originally Posted by Killer_Typo
thank you thank you thank you.
here are the results.
Column count doesn't match value count at row 1
(heres a screenshot of what the database looks like)
srry for the double post, but i figured it out, i had accidently included $email twice, once removing the second $email it all worked out. thanks arizona web for the help, i wouldnt have thought to double check that if i hadnt seen the error that i got.
Last edited by samaru : Jun 15th, 2004 at 1:57 am.