Re: [PHP] Re: what is wrong with my big array

2006-03-07 Thread João Cândido de Souza Neto
You're Right. I don't saw that. Stut wrote: > Ross wrote: > >>get a parse error! >> >>$region_array = array('a' =>'All of Scotland', 1 =>'Aberdeen City >>Council', 2 =>'Aberdeenshire Council', 3 =>'AngusCouncil', 5 =>'Argyll and >>Bute Council', 6 => 'Clackmannanshire Council', 9 =>'Dumfries and

Re: [PHP] Re: what is wrong with my big array

2006-03-07 Thread Stut
Ross wrote: get a parse error! $region_array = array('a' =>'All of Scotland', 1 =>'Aberdeen City Council', 2 =>'Aberdeenshire Council', 3 =>'AngusCouncil', 5 =>'Argyll and Bute Council', 6 => 'Clackmannanshire Council', 9 =>'Dumfries and Gallowalloway', 10 => 'Dundee City Council', 11 => 'Ea

Re: [PHP] Re: what is wrong with my big array

2006-03-07 Thread Ray Hauge
On Tuesday 07 March 2006 08:08, Ross wrote: > $region_array = array('a' =>'All of Scotland', 1 =>'Aberdeen City Council', > 2 =>'Aberdeenshire Council', 3 =>'AngusCouncil', 5 =>'Argyll and Bute > Council', 6 => 'Clackmannanshire Council', 9 =>'Dumfries and > Gallowalloway', 10 => 'Dundee City Counc