Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php mongodb

// Install and extract archive from this url (https://pecl.php.net/package/mongodb) 
// and put "php_mongodb.dll" in your PHP extension directory

// After, add the following line to your "php.ini" file :

extension=php_mongodb.dll


// Verify with:
<? php
	phpinfo();
?>
Source by www.php.net #
 
PREVIOUS NEXT
Tagged: #php #mongodb
ADD COMMENT
Topic
Name
8+4 =