John Meyer escribió:
Try this

$retval = mysql_query($sql) or die(mysql_error())

To at least get an idea of what MySQL thinks is the error.

The is no error in the insert it adds the row, but in addition add's two more rows with no data, only the auto_increment ;
Example:

Adds

1     Marcelo Fabiani    xxxx   xxxxx  xxxx
2
3

Marcelo

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to