<?php
// Server to connect to, the default is 'LocalHost' but if it does not work use your IP address for your server
$server = "mysql8.000webhost.com";
// The name of the database, when using cPanel you would normally have your user name first like so: username_DATABASE-NAME
$database = "a1830998_db1";
// MySQL username to access the database with.
$db_user = "a1830998_db1";
// MySQL password to access the database with.
$db_pass = "mgmhgev3";
// The table that this script will set up and use, you can change this but recommended to keep the same so if you require any support we can help faster
$table = "ac_users";
?>