Display data from MySQL database with HTML form and PHP

Posted by Shek on May 15, 2008 under PHP | Be the First to Comment

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 »

Update a MySQL database field data with HTML form and PHP

Posted by Shek on May 13, 2008 under PHP | Read the First Comment

Editor’s note: In some events, you might like to change or update a field’s data. You can do it by running a query to update the field in the MySQL database’s table. But for some users who do not know much about the programming language, it is good idea to create a HTML form for them to update the data, and here I have created an example:

Read more of this article »

Insert values into MySQL database with HTML form and PHP

Posted by Shek on May 12, 2008 under PHP | 2 Comments to Read

Editor’s note: In my past projects, especially those for company use, many of them involved with a login system and have the user name and password stored in a MySQL database. Sometime for administrators, there is a need for them to add more users when there is a new stuff for example, and therefore it is good to design an interface for them to insert the values into the MySQL database.

Read more of this article »

HTML form element – Text field and Submit button

Posted by Shek on May 1, 2008 under HTML | Be the First to Comment

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 »

PHP variable in HTML

Posted by Shek on April 17, 2008 under PHP | Be the First to Comment

There are many times that you might like to use or include PHP variables within HTML codes, case like to use for a text box’s name, and the way to do so is:

Read more of this article »

Page 3 of 3123