Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <?php
  2.  
  3. error_reporting(0);
  4. error_reporting(E_ERROR | E_WARNING | E_PARSE);
  5. error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);
  6. error_reporting(E_ALL & ~E_NOTICE);
  7. error_reporting(E_ALL);
  8. error_reporting(-1);
  9. ini_set('error_reporting', E_ALL);
  10.  
  11. $pdo = new PDO("odbc:DRIVER={Microsoft dBase Driver (*.dbf))};DefaultDir=C:\;Exclusive=NO;");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement