Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $dbName = "\\server\db_folder\db.accdb";
  2. if (!file_exists($dbName)) {
  3. die("Could not find database file.");
  4. }
  5. else {
  6. // i read my access db which works on wamp
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement