I tryed connect to Mlab with php by following code:
$connection = new MongoClient('mongodb://user:pass@ds051605.mlab.com:51605/db');
This code worked correctly in my system but didn't work in host and reterned Error 500 (my host doesn't support from mongo). What is the problem? Is there need to supporting mongo in host?
Additionaly, var_dump($connection)
command doesn't show error.