Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jancordeiro authored Apr 25, 2023
1 parent 1c4c6f0 commit 0fed541
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -19,4 +19,4 @@
// echo "The connection was successful";
// }

?>
?>

0 comments on commit 0fed541

Please sign in to comment.