12-17-2000, 01:08 AM
In the instructions for the Image Gallery Hack v0.9, it has this:
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)
);
What does this mean? Could someone tell me exactly/ detailed, what I have to do? Do I make a new file called table.php or something?
Thanks.
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)
);
What does this mean? Could someone tell me exactly/ detailed, what I have to do? Do I make a new file called table.php or something?
Thanks.