mysql_db_query... doesn磘 work with srin

admin

Administrator
Staff member
Hi there!

I磛e got a little problem with mysql_db_query.
Here it comes:

I created a table like this in mysql:

create table test (name char(30), number int);

with mysql.exe i can insert, delete and so on...
But in php with mysql_db_query it doesn磘 work if i insert a
String.

mysql_db_query("test_data","insert test (number) values (5)");

this works perfectly.

mysql_db_query("test_data","insert test (name) values (磗omebody?");

this doesn磘.

Thanks for the help.

Bye
Rank_zero
 
Back
Top