Changing the threshold values via webpage

Thank you both for the replies.

I am working on scheduling lights/events based on time and day. I want to view and change time/day schedules via webpage.

Can you guide me in the right direction. I thought of the following:

prog_char string_1[] PROGMEM = "";
char buffer[100];

Cheers