I m doing a project in which i have to delete some data by matching 2 different fields. i m using and operator but it is not working in php page but it is working properly in phpmyadmin. So, please provide me some solutions about integration to php page with my-sql.
<?php
$q1= "delete from table3 where item_id='$a' AND vou_no='$a'";
?>