Registration quirks followup. Moda ready, races list ready, list of users ready

This commit is contained in:
Milan Toman
2024-02-23 17:53:13 +01:00
parent 5506881f16
commit b4389d5143
4 changed files with 219 additions and 77 deletions

View File

@@ -3,9 +3,10 @@
$servername = "db";
$username = 'kalskeborec';
$password = 'Kalskeborec1!23$';
$db = 'kalskeborec';
// Create connection
$conn = new mysqli($servername, $username, $password);
$conn = new mysqli($servername, $username, $password, $db);
// Check connection
if ($conn->connect_error) {