Lets learn how to update MongoDB document using update() method. test database, names collection > db.names.find().pretty() { "_id" : ObjectId("53c3c4b1a0eddb0a706e4f56"),…
Controlling Access with public, private and protected access modifiers. These access specifiers can be used on both variables/attributes and methods.…
Video tutorial illustrates basics of OOP in PHP. Things covered: Defining class. Creating Objects. Public and Private access of Properties/Data.…
Video tutorial to read XML file using jQuery ajax method. AJAX full form: Asynchronous JavaScript and XML We'll also see…