Showing posts with label view records in php and mysql. Show all posts
Showing posts with label view records in php and mysql. Show all posts

Tuesday, July 29, 2014

Viewing of Customer Records

The use of database management system today is more important as before primarily because it used in many areas in our society today. Database applications used in business, medicine, schools, engineering, military and other industries that are relying on storing, manipulation of records and generation of reports that is being used in making good decisions based of the information gathered and processed.

At present time database application can no longer seen in a desktop application the Internet is also utilize to processing this data into a useful form of information. The main advantage of web based database applications compared to desktop based application is that records can be stored, processing, retrieve and generate reports anywhere in the world as long there is an Internet connectivity. In this article I would like to share with you a simple code that I wrote using PHP and MySQL that will retrieve all the records from our database in this case I am using MySQL as my back end in storing my records in my table.

The code is very short and very easy to understand I also include an SQL dumb file for easy creation of database, tables and insertion of records in our program. You can use this program in your programming projects is your are using PHP and MySQL as your tools in creating your database application.

If you have some questions about my work feel free to send me an email at jakerpomperada@yahoo.com and jakerpomperada@gmail.com.

Thank you very much.



Sample Output of Our Program