Search found 1 match
- Mon Jan 30, 2017 5:53 am
- Forum: PHP - Code
- Topic: i wanna create filters by using textbox and dropdown list
- Replies: 0
- Views: 4163
i wanna create filters by using textbox and dropdown list
i dont know why my below code filter only by textbox when i select dropdown list, system just give me whole data (did not filter any thing) $mon = $_POST['val']; } $link = mysql_connect("localhost","root","1234"); mysql_query("Use igstore"); if($_GET['submit']...