Posted by Marcin Dobrucki on 12/18/06 11:36
Mark Knochen wrote:
> I get no mysql_error, if i copy the insert directly into phpmyadmin, the
> insert works. but with the php-script the insert doesn`t create a new
> row in the table .. but why?
Easy way to check this kind of problem is to enable logging on the
database, and see what the actual insert statement looks like after its
parsed out by the script. Then copy/paste that into your db, and see
what error it throws at you.
/m
[Back to original message]
|