PDA

View Full Version : how to remove query's


|DarkManX|
11-24-2001, 03:55 PM
tried to install the new forum features hack by wluke, and it didn't work for me....now i need to remove the tables that it added to myphpadmin

how do i do that??

and also how would i remove templates that have been added to my global template set....


i guess basically i am asking for an uninstaller for that forum features hack by wluke :p

Admin
11-25-2001, 11:23 AM
To drop a table:
DROP TABLE tableName

To remove a global template:
DELETE FROM template WHERE title='templateName'

|DarkManX|
11-25-2001, 07:38 PM
do i just run those in myphpadmin??

Admin
11-26-2001, 12:44 PM
Yes, but make sure you replace tableName and templateName with the real names!

|DarkManX|
11-26-2001, 02:49 PM
thank you thank you thank you :)