0
2.0kviews
How to connect to MySQL database using PHP.

Mumbai University > information technology > sem 4> Web Programming

Marks: 10M

Year : Dec16

1 Answer
0
3views

MySQL Examples in Both MySQLi and PDO Syntax

In this, and in the following chapters we demonstrate three ways of working with PHP and MySQL:

  1. MySQLi (object-oriented)

  2. MySQLi (procedural)

  3. PDO

Open a Connection to MySQL

Before we can access data in the MySQL database, we need to be able to …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.