Posts

Showing posts with the label GitHub

Getting started with PHP on Azure

Image
Introduction Hello Everyone, today let's make ourselves ready to learn a new topic i.e.  hosting PHP application on Azure . Many of us must have came across the word  Azure  and some of us must be knowing how to host the application written in PHP on it. Today we will go over  how to host the application on Azure  and  how to auto-deploy the code through  GitHub . So, why to wait !! Lets start then :). Background In this blog, we will mainly come across these following words. 1. PHP 2. Microsoft Azure 3. GitHub 1. PHP :- Quote: "PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language." - wiki The word PHP i.e.  H ypertext  P re p rocessor earlier called as  P ersonal  H ome  P age. In 1994, Rasmus Lerdorf created this pretty language and in 1995, it came into existence as an open source technology. Because of its simplicity (as most of the syntax resembles to C, C++, Java), i