Database connection in Mysqli

Nearly every site that you visit nowadays has some sort of database storage in place, many sites opt to use MySQL databases when using PHP. However, many people haven’t yet taken the step to interacting with databases properly in PHP. Here we guide you through what you should be doing – using PHP’s MySQLi class – with a hat-tip to the one way that you definitely shouldn’t be doing it.

 

 

 

user -> db user name

pass -> db password

demo -> database name

 

Leave a Reply

Your email address will not be published. Required fields are marked *