PHPSuperBlog.com

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