Our Blogs
Far far away, behind the word mountains, far from the countries Vokalia.
database
11May
Joon Corporation
2198

How to connect database in php using mysql , mysqli and pdo

you must know how to establish a connection to MySQL from inside a PHP script. To perform basic queries from within MySQL is very easy. This article will show you how to get up and running. Lets get started. The first thing to do is connect to the database.The function to connect to MySQL is called mysql_connect. This ...