I think the problem is with the HTML Format. Make sure to close all the form
tag you are opening. If you are using <SELECT>, make sure to use <OPTION>
### </OPTION> b/c IE doesn't bother for closing some tags but Netscape does.

Prem

-----Original Message-----
From: Chris Saunders [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 06, 2001 11:09 AM
To: [EMAIL PROTECTED]
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.

Reply via email to