|
Alright, heres the part of it, it says theres a problem in here, can anyone please make it so it works, i plain out suck at mysql statements/coding, thank you so much it should be very easy for someone with basic skill, thanks again!
)
CREATE TABLE bl_friends (
associd bigint(20) NOT NULL auto_increment,
addid bigint(20) NOT NULL default '0',
addedid bigint(20) NOT NULL default '0',
PRIMARY KEY (associd)
)
|