August
26
T
his time I will talk about text areas. Text fields are fine if you only want a single line, but if you want a multiline input, you have to go with text areas. Now, let’s begin…
Step *1: open xammp control panal, open your browser and open the editor. In htdocs folder, as I said before it is usually in (C:\xampp\htdocs), create another folder and name it (textarea). In this folder we will have two files textarea.html and phptextarea.php.
But wait, there’s more…
Filed under: coding by
web-designer
2 Comments so far...
August
11
S
taring lesson 2 from this tutorial, I will talk about text fields. I will show you how to send data using a text field of a form and then reading data in that form again using PHP. So let’s begin…
Step *1: open xammp, open your browser and open the editor. In htdocs folder which is usually in (C:\xampp\htdocs). in this folder create another folder and name it (textfield). Inside this folder you will save the files we will create in this lesson. In this folder we will have two files textfield.html and phptextfield.php.
But wait, there is more
Filed under: coding by
web-designer
3 Comments so far...