Multidimensional Array PHP


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $email_ids = array(array('id'=>890809),
  2. array('id'=>8789),
  3. array('id'=>897897));

Report this snippet


Comments


You need to login to view comments.