View Single Post
  #125  
Old 17th December 2011, 16:03
Kule Kule is offline
Member
 
Join Date: Dec 2011
Turkey
Posts: 4
Default
Quote:
Originally Posted by joeroberts View Post
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`),
  KEY `pollid` (`id`),
  KEY `userid` (`userid`)
) ENGINE=MyISAM ;'

try this one its the one I use
not again.

Click the image to open in full size.
Reply With Quote