06-04-2024
This commit is contained in:
7
test/database_connection.php
Normal file
7
test/database_connection.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
//database_connection.php
|
||||
|
||||
$connect = new PDO("mysql:host=localhost; dbname=testing", "root", "sncfp1p2");
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user