PHPSuperBlog.com

Display all field (column) names of a table in MySQL database

I mentioned before in my previous post Display data from MySQL with PHP which I demonstrated how to display the data of a row within a table, now I want to demonstrate how to display and print out all field names (column names) of a table within a MySQL database. Continue Reading →

Copy one table’s field records into another table’s field in MySQL database with PHP

In some cases such as login system or other company’s stock count system which the records in the MySQL database might update very frequently. There might be a need to create another tables to store monthly of the data from another table in the MySQL database. It is a good idea to copy one table’s field records to another table’s field. Continue Reading →

Get MySQL database records as HTML form text field’s value

In my past post on explaining how to set the default values of the text field. Now to use the same concept, we could get the records from the MySQL database and place it into the text field as default text. Here I have created an example to show you how to do so. Continue Reading →

  • Categories

  • Useful Downloads