Posted by BinnyVA on 11/07/06 12:33
Hi, > how can you pass an array to a function as a single parameter? <?php function getArray($arr) { print_r($arr); } $my_array = array(1,2,3,4,5); getArray($my_array); .... it that was what you asked for.
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming