
Rui Santos shared a tutorial on how to control your ESP8266 from anywhere in the world:
The most common questions I get about the ESP8266 WiFi Modules are: “Is it possible to control my ESP8266 from anywhere in the world?” and “How can I control my ESP8266 from anywhere?”.
I’m happy to announce today that I have a solution for that problem.
With the new version of Home Automation Server you can add an ESP8266 to your dashboard and control your ESP8266 GPIOs from anywhere in less than 5 minutes!
More details at Rui’s Random Nerd tutorials site.
Check out the video after the break.
Via the contact form.

I am working on embedded systems and i am beginner for HTML .I tried interfacing Arduino with ESP8266 to toggle Led from webpage through wifi and it is working fine. Now I have interfaced Arduino Uno with ESP8266 wifi module and LCD(16*2) . Now when i type text on text box in HTML page and click on submit,the text should appear on LCD. Can i know how to embed or connect HTML part with Arduino code.