PDA

View Full Version : Image Gallery Hack v0.9 question


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.

12-17-2000, 01:19 AM
Do you have phpMyAdmin? If you do simply copy and paste the above info into the box labled:

"Run SQL query/queries on database database_name "

Hit the "go" button and it will add the table into your database.

~Chris

12-17-2000, 05:46 AM
I don't think so. How would I know if I did?