Search found 1 match
- Sun Oct 09, 2016 12:45 am
- Forum: PHP - Code
- Topic: help me on this
- Replies: 1
- Views: 1696
help me on this
Hi sir.pls help me on this. this code only showing one customer report on one page.but i want to get all the customer details like wise on one report page.so pls help me on this.. <?php $rview = $_POST['rview']; $q = mysql_query("SELECT cus_name FROM cus WHERE cus_id = '$cus_id'"); $r = my...