I am having difficulty putting results into an form Once the query runs, I have this for my output
print "<Input type=text name=foo value="; print $Foo; print ">"; This results in an HTML error being apache finds an error AFTER the </html> tag Any ideas?