Ashley Sheridan wrote on 2009-10-21 22:56:

Try this though:

<?php

$var = array(array('great','alright'), 'boring');

print "This is $var[0][0].";

Print "This is different from your previous example :-)";

--
Kind regards
Kim Emax - masterminds.dk

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

Reply via email to