decoding a GET response from an HTML form

Thanks for the replies, the Web Server ST contains the functionality im after :slight_smile:

I do have 2 questions about modifying the code to suit my needs.

#1. When I enter in a number value with a proceeding "0" into one of the webform text boxes it gets stripped away once its saved to thevariable and displayed in the serial monitor. For instance, 0640 becomes just 630. Since I will be using it to enter in a 24 hour time value, the "0" is required. I cannot tell which part of the code is causing the "0" to be removed, can you advise how I can modify the code to prevent this from happening?

#2. If I want to make some of the web forms text fields save Strings instead of INTs would I just need to declare the variables which are being used to store these values at Strings instead of INTs? Or is it more complicated that that?

Once again, thank you for your time!