Book Image

Practical Web Development

By : Paul Wellens
Book Image

Practical Web Development

By: Paul Wellens

Overview of this book

Table of Contents (23 chapters)
Practical Web Development
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
10
XML and JSON
Index

Chapter 11. MongoDB

In this chapter, we will first compare traditional relational databases with so-called NoSQL databases and quickly introduce MongoDB, a document database. You will learn what it is, how to get and install it, and how to create a database to insert documents. Then, you will learn how to interface with it using PHP as the language.