Please help!

Im have been trying to get a multi-dimentional array for so time now and
dont seems to get a right!

I have the following :

while($row=db_range()){
      list($co_id,$surname,$init,$ba) = $row;

      $acid[$i] = array("$a"=>array("$co_id"),
                        "$b"=>array("$surname,$init"),  // does it work like
this ???
                        "$c"=>array("$ba")) ;

      $i++;
    }//end while 1

I have 4 fields that i want to to put in an array and about 3000 records.
How can i list the fields in an array and retrive the values out of the
array

PLS help!



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to