Cannot insert into database, sql OK!
Posted: Thu Apr 08, 2004 9:11 am
Hi there,
I have a problem inserting into all of my databases. Think there must be a problem with permissions on my suse 9, mysql 4 apache2 and php 4 server. I've tried to figure out for the last couple of days, but......
Even the simplest of SQL won't work and i don't get an error:
$query = "INSERT INTO tbl_table(naam) VALUES('KAREL')";
$result = mysql_query ($query);
Any ideas anyone?
I have a problem inserting into all of my databases. Think there must be a problem with permissions on my suse 9, mysql 4 apache2 and php 4 server. I've tried to figure out for the last couple of days, but......
Even the simplest of SQL won't work and i don't get an error:
$query = "INSERT INTO tbl_table(naam) VALUES('KAREL')";
$result = mysql_query ($query);
Any ideas anyone?