I use php-*4.0.2-4mdk and MySQL-3.23.23-1mdk on my Server,
there is wrong behavior of mysql_query() if I use "INSERT"
statements. This function always return 0 which means false,
even if the statement is correctly processed by mysql.
the function mysql_affected_rows() also doesn't work as
expected (always returns 0 for INSERTs)
I use apache-1.3.12-30mdk together with php.
Is this bug known? Is there a quick solution?
I don't have this bug on another system using
php-4.0.2-3mdk
MySQL-3.23.23-1mdk
apache-1.3.12-27mdk
Jan Dittberner