I am planning to develop a website using noSQL.But i am unaware of connecting PHP with other databases other than mySQL.I know basics of MongoDB which is a document based database. How can i connect PHP to MongoDB database? Is there any tutorial regarding it?
Just use MongoClient. You can install this extension from PECL repository.