Posted by Shek on May 2, 2008 under HTML |
I often like to use drop down menu for the users to input data because it can restrict the choices and can avoid them from making typo mistakes. It is simple to implement and the codes are:
Read more of this article »
Posted by Shek on May 1, 2008 under HTML |
HTML form element – text field, as its name says, it is for inputting texts, examples like name, age or password.
Read more of this article »
Posted by Shek on April 28, 2008 under HTML |
In most of the operations, we have to get some data from the user and use PHP code to process those data. HTML form provides an easy way for the user to input data. Cases such as login page, member registration page.
Read more of this article »