WEB SERVER - How To Read An HTML Form Button

String readString;

Start with getting rid of the String class. I'm getting tired of telling people not to use that buggy class.

      P(FORMOPEN) = "<form  method=get name=LED>";

You need to look at how to specify the proper action (method) when a form contains submit buttons. There are plenty of examples around.