logo

mysqli

This article will help you connect mysql database with PHP using mysqli function, MySqli is Improved version of mysql function previously provided by PHP which is deprecated in new versions of PHP. Lets start with database connection we need 4 things to connect to database Host : which system/computer has datbase User : what is username to connect to database […]

Read more