how to connect mysqli with php

how to connect mysqli with php

MYSQLi Tutorial for Beginners – how to create MySQLi connection with php in simple and easy steps starting from basic to advanced level.

To create connection 4 parameter is required : “hostname” , “username“, “password” and “database name

see below..how to do it..

 

if you are using xampp or wamp then by default username is root and password is blank.

Also you can check our video tutorials:

Related posts