diff --git a/config.php b/config.php index 657a3e3..54eda3c 100644 --- a/config.php +++ b/config.php @@ -4,9 +4,9 @@ // Sample created by Jan Cordeiro $servername = "localhost"; - $username = "u403007536_root"; - $password = "J8k4n2v4"; - $database = "u403007536_sampleform"; + $username = "root"; + $password = "root"; + $database = "user_registration"; $conexao = new mysqli($servername,$username,$password,$database) @@ -19,4 +19,4 @@ // echo "The connection was successful"; // } -?> \ No newline at end of file +?>