I am using lampp on linux system and I did all the configuration whatever the mognodb document says. 1) cd /usr/bin/mongod : it start mongodb server 2) /usr/bin: mongo : it shows me the commandline of mongodb where i can create new db.
but when i write php in my /opt/lampp/mongodb/upload.php and try to connect to the mongodb it always says MongoClient() class not found.
pls help .i did tried every tutorial but it just wont work.
mongodb version: 3.4.14