A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By Halil BARIS
#61090 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 :(

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>";