Untitled


SUBMITTED BY: Guest

DATE: Dec. 11, 2013, 9:50 p.m.

FORMAT: PHP

SIZE: 101 Bytes

HITS: 776

  1. if (!($db=new SQLite3('../path/db.sqlite3', 0666))) {
  2. echo "<h2>error</h2>";
  3. die();
  4. }

comments powered by Disqus