|
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.
|