View Single Post
  #4 (permalink)  
Old 09-02-2008, 01:12 PM
John's Avatar   
John John is offline
Co-Administrator
 
Join Date: Jul 2006
Age: 20
Posts: 3,569
Last Blog:
Tidy up your HTML
Credits: 0
Rep Power: 20
John has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond repute
Send a message via AIM to John Send a message via MSN to John
Default Re: Column count doesn't match value count at row 1

Quote:
Originally Posted by shiyam198 View Post
That is exactly I have in my code. I have attached it in my first original post. Do you find any thing wrong in that ?
PHP Code:
('$_POST[fname]'),('$_POST[lname]'
is a little different than
PHP Code:
('$_POST[fname]''$_POST[lname]', ...) 
Reply With Quote