Posted by cover on 12/11/05 23:17
On Sun, 11 Dec 2005 12:11:02 -0700, Chuck Anderson
<websiteaddress@seemy.sig> wrote:
>Put - echo mysql_error(); - right after your query.
Thanks, I inserted it as follows:
$results = mysql_query($sqlquery);
echo mysql_error();
mysql_close();
and received the following error :
"Column count doesn't match value count at row 1"
looked at the database again and field lengths were okay to accomodate
variable content - thoughts?
Navigation:
[Reply to this message]
|