April
30
I
n my own point of view, XAMPP is the best and the most easier way to get a local server on your personal machine and start working on PHP & MYSQL applications. However, LAMP (for linux users) and WAMP (for windows users) are another good choices for developers, but I don’t recommended use them for beginners.
But wait, there’s more…
Filed under: tools by
web-designer
4 Comments so far...
December
11
C
hristmas is the best time in the year for me, and I guess for everyone too. Therefore, I decided to make this new collection of Christmas social bookmarks, and I hope they can be popular like the other Christmas social bookmarks we see in search engine every year before the Christmas day. And I think because they are a free Christmas social bookmarks, I may see them in other websites, soooo soon. I really hope so.
But wait, there’s more…
Filed under: design by
web-designer
No Comments yet
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