Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. { "sample":" 4","sample2": "1","sample3": "9" }, { "sample":"3", "sample2": "1", "sample3": "8" }
  2.  
  3. foreach ($myArray as $key) {
  4. print_r($key['sample']);
  5.  
  6. $Cred = $this->M_mymodel->id($key['sample']);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement