Hello,
I am trying to delete a row out of my settinggroups table (using PHP), the name is "ST".
Could someone please tell me the code I'd use to do this?
Thankyou in advance.
Edit: Would this maybe work?
I am trying to delete a row out of my settinggroups table (using PHP), the name is "ST".
Could someone please tell me the code I'd use to do this?
Thankyou in advance.
Edit: Would this maybe work?
$rowDel = "ST";
$db->delete_query('settinggroups','name='.$rowDel);