forum share
   textsms      forum    

PHP try/catch and fatal error when mysql is down!

INDEX \ Articole/intrebari \ PHP try/catch and fatal error when mysql is down!

PHP try/catch and fatal error when mysql is down!

text_format+  text_format-


try{
   $db = new PDO('mysql:host='.$host.';port='.$port.';dbname='.$db, $user, $pass, $options);
}


$db = new PDO('mysql:host='.$host.';port='.$port.';dbname='.$db, $user, $pass, $options) or die("Cannot Create PDO!");


$db = new PDO('mysql:host='.$host.';port='.$port.';dbname='.$db, $user, $pass, $options) or ($GLOBALS['errors'][] = "Cannot Create PDO!");






update Ultima actualizare: 22/05/2021
done Informatiile cuprinse in aceasta sectiune sunt verificate si actualizate periodic.

list Articole recente
arrow_back Inapoi


© 2025 EVIDWEB. Toate drepturile rezervate. Design: EVIDWEB

share   forum   textsms