Category: PHP

Different types of errors in PHP

Different types of errors in PHP

Basically there are four types of runtime errors in PHP. The error message is sent to the browser with filename, line number and a message describing the error. Different type of errors are as...

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...