This might not strictly be a DBI problem so I apologise in advance.

I'm writing an enquiry form and want to have some dropdown lists built from the DB so 
I'm doing a select and then assigning it to an array
using push - sample code below...

while (@data = $sth->fetchrow_array())
     {
       push (@cc,@data);
     }

The problem I've got is I can print the values of the new array in IE but not Netscape 
and I can't see why. Does Netscape have some
sort of limit coz one of the selects is getting aound 6500 elements.

I'd appreciate any help you can give me coz I've been stuck on this for about 2 days.

Chris


--

This e-mail may contain confidential and/or privileged information. If you are not the 
intended recipient (or have received this e-mail in error) please notify the sender 
immediately and destroy this e-mail. Any unauthorised copying, disclosure or 
distribution of the material in this e-mail is strictly forbidden.


Reply via email to