On Thu, 12 Jun 2003, Diana Castillo wrote: > If I write a code like this, > $room_type=array(); > $room_type[0][0]=4; > echo "<BR>value in array is ".$room_type[0][0]; > yet I dont get any results out, what did i do wrong?
Nothing wrong with this code, it will work. Your error must be somewhere else. var_dump($room_type); Regards, Philip -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php