INSERT into does not work in php pages but works in phpMyAdmin
I have just moved my development environment from windows to linux, and I can communicate with MySQL (SELECT, INSERT, CREATE etc) with PhpMyAdmin and MySQLnavigator, and my php scripts will SELECT but whenever I use INSERT it does not work
All my scripts were copied straight from the webserver where they are working okay.
I have checked my user rights and they are all selected
Anyone have a clue as to what could be happening?
Thanks