How to use TEXT BOX in Web Server
Posted: Mon Jan 16, 2017 6:39 am
Last 3 hours i am trying to solve to send data via text box but i couldnt solve it .
Could you help me please
I want to add 2 text box in ESP web server. But I dont have any idea to get data via those Text Boxes
Please help me
Could you help me please
I want to add 2 text box in ESP web server. But I dont have any idea to get data via those Text Boxes
Please help me
Code: Select all
webPage += "<p>";
webPage += "<center>";
webPage += "<h1>Online Hava Istasyonu </h1>";
webPage += "<img src='http://arduinom.org/wp-content/uploads/2016/02/logoL.png'>";
webPage += "<p>";
//webPage += "<img src='http://arduinom.org/wp-content/uploads/2016/12/oledhava1.jpg'>";
//webPage += "<p>";
webPage += "<form action='Sehir'><p>Hangi Şehir <input type='text' name='msg' size=15 autofocus> <input type='submit' value='Değiştir'></form>";
webPage += "<form action='Ulke'>Ülkeyi Tanımla <input type='text' name='msg' size=15 autofocus> <input type='submit' value='Değiştir'></form>";
webPage += "</center>";