"; for ( $i=0; $i'; } print "

"; $cities = array( "CA"=>array( "san francisco","los angeles" ), "NY"=>array( "new york","albany","buffalo" )); print "here are the CA cities:
"; for ( $i=0; $i" ); } print "here are the NY cities:
"; for ( $i=0; $i" ); } print "

"; $states[] = "MA"; print "now here are the states:
"; for ( $i=0; $i"; } //$cities[] = "MA"; $cities["MA"][] = "boston"; $cities["MA"][] = "northampton"; print "here are the MA cities:
"; for ( $i=0; $i" ); } ?>