boionfire81

Results 2 comments of boionfire81

All file included in the zip have been uploaded already. It's additional files from 3rd parties are not included and must be obtained on their own for it to work....

Here's my code `echo "start"; require_once('includes/db/MysqliDb.php'); echo "Included database driver"; echo $_POST['host']."".$_POST['username']."".$_POST['password']."".$_POST['name']."".$_POST['key']; $db = new MysqliDb (Array ( 'host' => $_POST['host'], 'username' => $_POST['username'], 'password' => $_POST['password'], 'db'=> $_POST['name'])); if($db->rawQuery("CREATE...