Is there anywhere possible for me to merge two arrays into associative arrays? e.g. $a=array(1,2,3,4,5); $b=array("a","b","c","d","e") into $c=array(1 => "a", 2 => "b", etc... ) Thanks in advance.. -- PHP Database 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]
- RE: [PHP-DB] Merge two arrays into associat... Shahmat Dahlan
- RE: [PHP-DB] Merge two arrays into ass... Jonathan Hilgeman
- Re: [PHP-DB] Merge two arrays into... Lars B. Jensen, LJ Webnologics
- Re: [PHP-DB] Merge two arrays ... Shahmat Dahlan
- Re: [PHP-DB] Merge two arr... Lars B. Jensen, LJ Webnologics