]]jkjjgdjffksdkdxdsghfghdfghfgdfsdsdfsdfsfdsbcxvxcbccwewqeqwewqskfgj
במ12[cxvbcxvbxcvbcxvcxvbcvxcvbsdfsdfsdfsdfsdfsdfxcvbxcvxbbxqwqewqewv;'
/
home
/
u506006416
/
domains
/
crystalmiracle.co.in
/
public_html
/
admin
/
Upload FileeE
HOME
<?php include_once("include/config.php"); $sel_obj= new config(); $temp_session_id = session_id(); /*============== Post Your Question ===========*/ if (isset($_POST['p_id'])) { $p_id_array = $_POST['p_id']; // print_r($_POST['p_id']); ?> <table class="table table-bordered" border="1" cellspacing="0" style="border-color: #ffffff;"> <tr> <th>Image</th> <th>Product Name</th> <th>Price</th> </tr> <?php foreach ($p_id_array as $p_id) { /*---------- Product Info -------------*/ $where_product = "p_id=" . $p_id; $product_query = $sel_obj->display_rcd("product", $where_product); foreach($product_query as $product_data) { } /*-----------------------------------*/ ?> <tr> <td><img class="img-thumbnail" width="75" height="50" src="https://a4paper.in/admin/upload/<?php echo $product_data['p_img'];?>"></td> <td class="td_alignvertical"><span><?php echo $product_data['p_name'];?></span></td> <td class="td_alignvertical"><span>₹<?php echo $product_data['d_price'];?></span></td> </tr> <?php } ?> </table> <?php } ?>