Question


Rajesh Mahajan

How to connect database in php ?? database must in mongodb

Date = 2015-05-21

i have no code, 

Comments by experts


Kcubeinfotech
Date = 2015-05-21

<?php

$conn 
= new MongoClient();   //  create connection
$db $conn->selectDB("database_name");
?>


Type your Comment below and click to send comment