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]

Reply via email to