Database / mysql / mysqli / PHPMysqli is not working in php version 7 March 12, 2017 Chandan SharmaComment on Mysqli is not working in php version 7## By using this function we can reduce errors and can work using mysql instead of mysqli. <?php if (PHP_VERSION_ID > 59999) { function mysql_connect($a,$b,$c,$d=null) … Read More