View Single Post
  #121  
Old 17th December 2011, 15:27
Kule Kule is offline
Member
 
Join Date: Dec 2011
Turkey
Posts: 4
Default
PHP Code:
$ts_tables[] = '
CREATE TABLE `addedrequests` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `requestid` int(10) unsigned NOT NULL default \'0\',
  `userid` int(10) unsigned NOT NULL default \'0\',
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;'

PHP Code:
#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 '$ts_tables[] = ' CREATE TABLE `addedrequests` ( `id` int(10) unsigned NOT NULL' at line 1 
help me????
Reply With Quote