Hallo, I have following MySQL query:
The thing is that it allways return FALSE when passed to mysql_query() function. I can't find out, what is wrong.
Any help will be appreciated
Code:
CREATE TABLE thread_6 ('id' INT AUTO_INCREMENT PRIMARY KEY , 'user' VARCHAR(25) , 'time' VARCHAR(8) , 'date' VARCHAR(20) , 'text' LONGTEXT )
The thing is that it allways return FALSE when passed to mysql_query() function. I can't find out, what is wrong.
Any help will be appreciated