Guest User

Untitled

a guest
Jan 22nd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <?php
  2.  
  3. foreach ($field as $f)
  4. { echo "<td>".$f->id."</td>";
  5. echo "<a href = '".base_url()."index.php/product/edit/".$f->id."'>Edit</a>";
  6. echo "<a href = '".base_url()."index.php/product/delete/"
  7. .$f->id."'>Delete</a>";
  8.  
  9. }
  10. ?>
Add Comment
Please, Sign In to add comment