[EMAIL PROTECTED] wrote:
I have this script:

<?
$ojpp[] = "1";
$ojpp[] = "2";
$ojpp[] = "3";
$ojpp[] = "4";

This is illegal. Only one pair of empty square brackets is allowed. How whould php know where to add the new key?
$ojpp[][] = "1";

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to