Quote:
Originally Posted by shiyam198
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]', ...)