Untitled
unknown
plain_text
2 years ago
294 B
14
Indexable
<?php $server = 'localhost'; $username = 'id9956891_analisis'; $password = '***'; $database = 'id9956891_examen'; try { $conn = new PDO("mysql:host=$server;dbname=$database;", $username, $password); } catch (PDOException $e) { die('Conexión fracasada: ' . $e->getMessage()); } ?>
Editor is loading...