Posted by murraymiken on 03/22/06 21:30
Thanks! ...it looks so obvious now. Final update to the example: <?php if (is_array($_GET["notify_user_id"])) { foreach($_GET['notify_user_id'] as $id=>$col_val) { foreach($_GET['notify_user_id'][$id] as $notify_id) { echo "Box=".$id.", Id=".$notify_id."<br>"; } } }
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming