THIS ONLY HAPPENS IN NETSCAPE 6!
I've got a 3 part form, on the second part it sends variable $address to the third part of the form using
<input type=hidden value=$address name=address>
if variable $address is let's say "123 Hickory Street" (specified in the first part of the form), in the third part of the form (after the "<input type=hidden" tag was used, $address only = "123"
for some reason it cuts off anything after the first space in the variable. This only happens between the second and third process of the form. I did an echo "$address"; on the second part of the form and the address is correct ("123 hickory street").
THIS ONLY HAPPENS IN NETSCAPE 6!
-- it works fine in IE and Netscape 4.7---
-h34rt