Become Our Fan on Social Sites!

Facebook Twitter

Google+ RSS YouTube
Showing posts with label MySQL. Show all posts
Showing posts with label MySQL. Show all posts

Tuesday 25 March 2014

PHP Database Connection With MySQL

Hello friends, this article is for php beginners who want to know how to connect to MySQL database using PHP code.

Here is your answer, I am explaining you step by step tutorial of how to make connection to MySQL database in PHP (Hypertext Preprocessor) language.

PHP Database Connectivity With MySQL
MySQL - PHP Database Connectivity

Wednesday 1 January 2014

MySQL Basic Tutorial

MySQL is most useful Relational Database Management System (RDBMS), that is also Open Source Database and free of Cost available in the Internet market.

MySQL Basic Free Tutorial
MySQL


Basic of Database, Table and SQL:

Database is a collection of data and made up of tables. Table is a made up of columns and rows. Columns are like a categories and each row of table is known as entry or record. All tables should have primary key. primary key defines 100% unique column.