i am installing anti leech php script ....from this site when i am follow this guide i am getting this error Plese keep in mind i have little knowledge of database ...... any further guide very help full for me
try CREATE TABLE download_antileech( expiration varchar( 32 ) NOT NULL default '', INDEX int( 8 ) NOT NULL AUTO_INCREMENT , KEY INDEX ( INDEX ) ); Code (markup):
Use this code CREATE TABLE download_antileech ( expiration varchar(32) NOT NULL default '', `index` int(8) NOT NULL auto_increment, KEY `index` (`index`) ) TYPE=MyISAM; Code (markup): index is a reserve word. To use reserve words in your query, you must use backticks around them.