mirror of
https://github.com/FranP-code/Allnews.com.git
synced 2025-10-13 00:32:45 +00:00
7 lines
173 B
PHP
Executable File
7 lines
173 B
PHP
Executable File
<?php
|
|
|
|
try {
|
|
$mySQLconnect = new PDO('mysql:host=localhost;dbname=pagina_de_noticias', 'root', '');
|
|
} catch(PDOexception $e) {
|
|
echo "Error: " . $e -> getMessage();
|
|
} |