Jump to content

[SOLVED] Code


june_c21

Recommended Posts

hi, i just can't figure out what's wrong with my code. anyone please help.... thanks

 

CREATE TABLE {$db_prefix}banned (

  type tinytext NOT NULL,

  value tinytext NOT NULL

) TYPE=MyISAM;

 

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '{$db_prefix}banned (

  type tinytext NOT NULL,

  value tinytext NOT NULL

)' at line 1

Link to comment
https://forums.phpfreaks.com/topic/81641-solved-code/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.