$_POST['action']=='delete' i want to make a check so that if the $_POST['id'] item is used in another subcategory table. If so i have to stop execution and show the message. Where to incorporate this test in php side?
↧