PaulS,
I have a working arduino web server with several buttons, temperature, button status, lcd etc etc, using the html code P(FORMOPEN) = ""; and it has been working well for many months.
My current arduino web server uses readString.indexOf to get the input from the buttons for this server.
I would like to add a web login feature, so i tried using the webaduino example. (the code i posted)
I am trying to incorporate this type of function, unfortunately, the webadaduino uses another method to read button inputs, which i am not able to figure out, nor could i find any examples!
Joe