Thread: Running Queries
View Single Post
Old 01-01-2004, 08:46 AM   #1 (permalink)
raciviusdawn
Contributing Member
 
Join Date: 10-13-03
Location: Dallas, Texas
Posts: 811
iTrader: 0 / 0%
raciviusdawn is on the right pathraciviusdawn is on the right pathraciviusdawn is on the right path
Send a message via AIM to raciviusdawn
Running Queries

Can anyone tell me how to run these 2 queries properly?


INSERT INTO setting VALUES ( NULL, '6', 'Show Threads In User Profile', 'suthreadnum', '20', 'Number of threads to show in a user\'s profile. ( must be greater than 0 ).', '', '18' )
INSERT INTO `setting` VALUES ( NULL, 6, 'Exclude Forums', 'excludedforums', '2', 'Enter the forumids you wish to be excluded from users threads in profile. (use commas, NO spaces)', '', 19);

I'm not sure if I just copy and paste individually and insert into the query box of phpmyadmin or if I do it as a whole. I added a feature to my forums and I have to run these two queries.
raciviusdawn is offline   Reply With Quote