Anyone know a code I can add onto my DJ panel to delete all the requests in one go?
Theres lots of them as it wont let DJ's delete them only admins and I need to know if there is a code to delete them all!
Printable View
Anyone know a code I can add onto my DJ panel to delete all the requests in one go?
Theres lots of them as it wont let DJ's delete them only admins and I need to know if there is a code to delete them all!
Replace requests with whatever the name of the table isPHP Code:$delete = mysql_query("TRUNCATE `requests`");