Search found 1 match

by u5113499
Mon Jan 30, 2017 5:53 am
Forum: PHP - Code
Topic: i wanna create filters by using textbox and dropdown list
Replies: 0
Views: 4161

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']...