Fatal error:
Class \'Mongo\' not found in C:\\Apache Software Foundation\\Apache2.2\\htdocs\\sample\\testdb.php
Can anyone help
You're probably using an older version of the Mongo DB driver. The class Mongo has been replaced with MongoClient, since v 1.3.0 of the driver. See this stackoverflow thread :
Mongo
MongoClient