Posted by Shek on May 15, 2008 under PHP |
Editor’s note: When you have all the data stored in the MySQL database, and you want to display just some particular data. In order to do so, a HTML form for them to input is a great idea. Here I have created an example to show you how to do this task.
Read more of this article »
Posted by Shek on May 6, 2008 under HTML |
Editor’s note: In my past posts of HTML form, the attribute “action” of the HTML form is to indicate what page will load and the data of the form will be submitted. To use the same concept, we could also use the submit button to play a role in the directing to another page. All we have to do is to create a form with just a submit button in it. Here is an example:
Read more of this article »