Quantcast
Channel: Fatal error desconocido PHP - Stack Overflow en español
Viewing all articles
Browse latest Browse all 2

Respuesta de jsstoni en Fatal error desconocido PHP

$
0
0

Consulta el posible error que tienes usando try & catch:

try {    $this->conexion = new PDO('mysql:host=' . $this->host . ';dbname=' . $this->dbname, $this->user, $this->pass);}catch(PDOException $e){    print $e->getMessage();}

Viewing all articles
Browse latest Browse all 2

Trending Articles