Hi Guys, today we are going to study about how to create MySQL database connection. There are various ways, one of them we are going to discuss here; Using mysqli Class: Create object of mysqli class, and pass the argument in the constructor as Host name, user name and password. […]