Don't apologize but rather do us all a favor and post to the correct list.
Ilya
-----Original Message-----
From: Chris Saunders
To: [EMAIL PROTECTED]
Sent: 7/6/01 9:08 AM
Subject: Array problem
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.