Guest User

Untitled

a guest
Oct 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2. $mongo=new MongoClient("");
  3. $db=$mongo->galileo;
  4. $collection= $db->items;
  5. print_r("Number of documens: "); ?>
  6.  
  7. $mongo = new MongoDBDriverManager("mongodb://localhost:27017");
Add Comment
Please, Sign In to add comment