Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. query($sql);
  2. foreach ($statement as $results) {
  3. //Display the product image, product name on index.php
  4. echo'
  5. Email $results['email']
  6. Edit
  7. Delete
  8. ';
  9. echo ''.$results['product_name'].'';
  10. }
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement