$products =$_POST['product'];
$hand =$_POST['hand'];
$sql = "select * from sproduct where product like '%$products%'";
Tag : - - - -
Date :
26 ก.ค. 2550 22:00:01
By :
eig
View :
1554
Reply :
2
No. 1
Guest
ประมาณนี้เปล่าครับ
$products =$_POST['product'];
$hand =$_POST['hand'];
$sql = "select * from sproduct where product like '%$products%' order by products DESC";