At wit's end because this should work and has worked before. I learned the trick of creating a "form that remembers" using echo, but it always truncates to the first word.
Usage:
<input type=text name="CITY" size="20" value=<? echo("$CITY"); ?>>
If someone enters "New York" as the city it only echos back "New"
Any ideas?
Thanks!