Anybody can help me....
About that code, I want to insert image what should i do for that code.
Please help me guys!
- <?php
- include("connection.php");
- ?>
- <form method="GET" action="order_summary.php">
- </p>
- <p> </p>
- <p> </p>
- <p> </p>
- <?php
- echo "WELCOME:" . $_SESSION['user'];
- ?>
- <table border="1" cellpadding="2" cellspacing="2">
- <tr>
- <th><span class="style15">idproduct</span></th>
- <th><span class="style15">product</span></th>
- <th><span class="style15">price</span></th>
- <th><span class="style16"><span class="style8">image</span></span></th>
- </tr>
- <?php
- //$conca=$fetch['Book_No']+$fetch['Book'];
- echo "<tr><td>".$fetch['idproduct']."</td><td><input type='checkbox' name='order[]' value='".$fetch['price']."'/>".$fetch['product']."</td><td>".$fetch['price']."</td><td>".$fetch['image']."</td></tr>";
- }
- ?>
- </table>
- <table>
- <tr align="center">
- <td> <input type="submit" name="Ord" value="Order"/></td>
- <td> <input type="reset" name="cleared" value="Clear"/></td>
- </table>
- 4 views