Connecting MongoDB with php

preview_player
Показать описание
-----------
This video covers

Рекомендации по теме
Комментарии
Автор

Can you help me.
When i open demo.php file, it shows me this type of error.
"( ! ) Fatal error: Class 'MongoClient' not found in on line ". Help me to fix this error.

punitgupta
Автор

MongoClient is deprecated in newer versions - code will not work for me...

radleyanaya
Автор

Thanks Dude !! .. keep imparting knowledge... :-)

amazingmanish
Автор

bravisimo !!!! thanks i have my mongodb !!!

diieguex
Автор

How I can create a search engine using MongoDB and php?

kristersnikitins
Автор

I have installed everthing and I'm getting Uncaught Error: Class 'MongoClient' not found
why?

tec-allyempresa
Автор

how to connect Mongodb with Cakephp 3?

kaushikmakwana
Автор

Hello sir, i followed the steps you told but i am getting this error while connecting to the server:"Fatal error: Class 'MongoClient' not found in C:\wamp\www\connection.php on line 2" can you please rectify it
my connection.php file contains
<?php
$connection=new MongoClient();
?>

swarnasurbhi