Monthly Archive: July 2015

Run PHP applications on IIS Server

Using FastCGI to Host PHP Applications on IIS Make sure you get the FastCGI extension for IIS 6.0 or IIS 7.0. It is the single most important thing you can have when running PHP...

Data Types in PHP

PHP has a total of eight data types which we use to construct our variables to store data of different types. PHP supports the following data types: String : are sequences of characters, like...