mirror of
https://github.com/FranP-code/Login-Form.git
synced 2025-10-12 23:52:47 +00:00
9 lines
164 B
PHP
9 lines
164 B
PHP
<?php
|
|
|
|
try {
|
|
$connect = new PDO('mysql:host=localhost;dbname=formulariologin1', 'root', '');
|
|
} catch(PDOexception $e) {
|
|
echo "Error: " . $e -> getMessage();
|
|
}
|
|
|
|
?>
|