I have interfaced Arduino Uno with ESP8266-01 and 16*2 LCD .I want to control LCD from webpage. I am new to server,web side.Now the webpage has two text box and submit button. When i type text on webpage and click on submit button ,text should appear on LCD. I am stuck in web part . How to communicate web part and Arduino. I tried HTML with GET method . But not working .Some suggested saying try Php. Can anyone please help.