Can any one let me know how to start working on the MongoDB in xampp(windows) with examples of applications?
A:
- Installing + testing the MongoDB sever: http://www.mongodb.org/display/DOCS/Quickstart+Windows.
- Installing the win32 php module: http://www.mongodb.org/display/DOCS/PHP+Language+Center#PHPLanguageCenter-Windows.
Put the .dll into the xampp/php/ext directory (e.g. php_bz2.dll should already be in that directory).
<?php echo 'ini: ', ini_get('cfg_file_path')
tells you which php.ini you have to edit. - Examples and documentation: http://docs.php.net/book.mongo.
VolkerK
2010-09-03 11:27:42
Thanks alot for your quick reply. I will go through all the links!
Sandesh
2010-09-03 11:54:27