Form won't accept ampersand

I know that the function h(string) strips a string and converts all escape characters into their html-code equivalents. so: h "A &amp; B" will return "A &amp;amp; B" or h "A < B" returns "A &lt; B"

I hope this helps, it's one of the few things I know!

Sebastian Wolf