MySQL Tutorials
Connect to a MySQL Database using PHP
This tutorial will teach you how to connect to a MySQL database through PHP.
Friday, 17th March 2006
This tutorial will teach you how to connect to a MySQL database through PHP.
Friday, 17th March 2006
Displaying Fields and Data of a MySQL Table
We often have to view MySQL tables in a tabular form without the SQL query console. Sometimes you have to see what all fields are there in a MySQL table and what information they contain. The following piece of code presents to you a tabular format of your table and its contents.
Thursday, 18th August 2005
We often have to view MySQL tables in a tabular form without the SQL query console. Sometimes you have to see what all fields are there in a MySQL table and what information they contain. The following piece of code presents to you a tabular format of your table and its contents.
Thursday, 18th August 2005
