b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin/phppayment/src/xdebug/tests/debugger/
File Upload :
Current File : E:/www/b-group.old/spfin/phppayment/src/xdebug/tests/debugger/bug00777.inc

<?php
   if (!function_exists('mysqli_init') && !extension_loaded('mysqli')) {
      echo('MySQLi extension for PHP is not installed. ');
   } else {
      $connection = mysqli_init();
      var_dump($connection);
   }
?>

Copyright © 2019 by b0y-101