cn anyone help me.. this is my query in delting data from to two tables at the same time..
hope you can help me.. thanks!!!
Code:
$query = DELETE FROM tblpost AND tblreply WHERE post_id = $_GET['id'];
Comment