1. ***** Create Image Gallery Table CREATE TABLE imagegal ( imagegalid int(10) unsigned DEFAULT '0' NOT NULL auto_increment, postid int(10) unsigned DEFAULT '0' NOT NULL, upimage varchar(100) NOT NULL, username varchar(50) NOT NULL, userid int(10) unsigned DEFAULT '0' NOT NULL, PRIMARY KEY (imagegalid) );
Show Your Support