October
30
I
will talk in this lesson about reading data in a form using image maps.you can use image maps (the clickable images we see in browsers) with PHP. So, Let’s begin…
Step *1: open xammp control panal, open your browser and open the editor. In htdocs folder create another folder and name it (imagemaps). Inside this folder you will save the files we create in this lesson. In this folder as usual, we will have two files imagemaps.html and php imagemaps.php.
But wait, there’s more…
Filed under: coding by
web-designer
1 Comment so far
October
12
R
eading data in a form using hidden control is our lesson for today. Html hidden control and PHP script could work perfectly together. Because they let us store data in web pages but the user couldn’t usually see it (the user can see hidden data if he checks the web page’s source code). And then we can use them on the server. So, let’s begin…
But wait, there’s more…
Filed under: coding by
web-designer
No Comments yet
October
5
I
n this lesson, I will talk about reading data in a form using password control. One of PHP usage is to check passwords on the server to give the user the access to the resources or not. Therefore, learning to use password control is very essential in web pages. So Let’s begin…
Step *1: as we used to do, open xammp control panal, open your browser and open the editor. In htdocs folder create another folder and name it (password). Inside this folder you will save the two files we will create in this lesson. password.html and phppassword.php.
But wait, there’s more…
Filed under: coding by
web-designer
No Comments yet
October
3
I
will talk in this lesson about reading data in a form using list box. List box is also a common HTML control, but it take a little special handling. It allows users to select multiple choices from a list and send the data together. I will show you how, Let’s begin…
Step *1: open xammp control panal, open your browser and open the editor. In htdocs folder create another folder and name it (listbox). Inside this folder you will save the files we will create in this lesson. In this folder as usual, we will have two files listbox.html and phplistbox.php.
But wait, there’s more…
Filed under: coding by
web-designer
No Comments yet
September
25
S
orry for not posting anything the last few weeks, I have good reasons; anyway, I will fix that. In the next few days I will post what I should posted earlier. Now, let’s start. I will talk today about radio buttons, radio buttons are usually used when we want the user to select only one item from two choices.
But wait, there’s more…
Filed under: coding by
web-designer
No Comments yet