PHPnews.io

Overview for 'sitepoint'

An Introduction to MongoDB

Written by Sitepoint / Original link on Feb. 24, 2020

MongoDB is a cross-platform, open-source, NoSQL database, used by many modern Node-based web applications to persist data. In this beginner-friendly tutorial, I’ll demonstrate how to install Mongo, then start using it to store and query data. I’ll also look at how to interact with a Mongo database…




How to Install PHP on Windows

Written by Sitepoint / Original link on Aug. 10, 2018

We've previously shown you how to get a working local installation of Apache on your Windows PC. In this article, we'll show how to install PHP 5 as an Apache 2.2 module. Why PHP? PHP remains the most widespread and popular server-side programming language on the web. It is installed by most web ho…