Guest User

Untitled

a guest
Oct 23rd, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. foreach($contacts as $contact){
  2. $db_stmt = $this->db->prepare("EXECUTE stpFoo '', '', ?, ?");
  3.  
  4. //... operation code
  5.  
  6. }
Add Comment
Please, Sign In to add comment