Setup

MySQL Connection failed, please check your inputs!

'; } if(isset($_GET['passwordnotmatch'])) { echo '

Passwords do not match!

'; } ?>

Website Settings:

Database Setup:

Administrative User:

"'.$dbhost.'", "DBNAME"=>"'.$dbname.'", "DBPWD"=>"'.$dbpwd.'", "DBUSER"=>"'.$dbuser.'" ); ?>'); file_put_contents("../config.php",$config); header("Location: ../admin.php"); } //Setup File already exists } else { header("Location: ../index.php"); die(); } } ?>