Dean Hall wrote > Instead of 'array_push', do this: > > $input[$key] = $val; > Hey thanks dean that did the trick, I was trying: $array[] = $key . "=>" . $val which of course doesn't work hehe. Regards Joseph -- 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]
- [PHP] array_push but with key, value pairs Joseph Blythe
- RE: [PHP] array_push but with key, value pairs Peter Houchin
- Re: [PHP] array_push but with key, value pairs Joseph Blythe
- RE: [PHP] array_push but with key, value pairs Peter Houchin
- Re: [PHP] array_push but with key, value pa... Joseph Blythe
- Re: [PHP] array_push but with key, value pairs Dean Hall
- Joseph Blythe