Re: help with multi dimensional arrays

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2007. 05. 23, szerda keltezéssel 22.59-kor James Lockie ezt írta:
> I get a syntax error on strlen.
> 
> 
>     $newTypes = array();
>     $newTypes[0] = array();
>     $newTypes[0][0] = "Starting with"

you missed the ending ; on that line

greets
Zoltán Németh

>     $newTypes[0][1] = strlen( $newTypes[0][0] );
> 

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux