HTTP GET request question..

Hello all,

A small question..

HTML side:
function myFunction(val) {
strTEST = ("&TEST=" + val);

Arduino side:
if (StrContains(HTTP_req, "TEST=")) {
Serial.println ("The test number = ");
}

On the Arduino side how can i extract the value (val) ?

Thanks, Ed.

On the Arduino side how can i extract the value (val) ?

A small answer. That depends on the type(s) of the mysterious variables in your snippets, and what the mysterious functions do.

This is the input:

I want to read the value (0 - 100) of the slider on my Arduino.

I want to read the value (0 - 100) of the slider on my Arduino.

I want to win the lottery without needing to buy a ticket, too.

Post your code!