I have two delete function and would like to make this as one. So I can use this on my webpage. But not sure how? Anyone willing to help me :D
DELETE
FROM test
WHERE
Tes_ID=$Tes_ID;
DELETE
FROM question
WHERE
Tes_ID=$Tes_ID