How to use PHP Built-in web server

Since PHP 5.4 onward; PHP has been geared with a built-in server, which will come in handy when you want to test things quickly or just don’t feel like installing a web server!

Localizing Dates and Numbers in PHP

There are times that English isn’t just the only language in the world, and Gregorian calendar isn’t just the only calendar out there! What would you do in such situation?

Hello, World!

Every programmer starts programming with such statement, this blog, as well starts that way!