Tag: PHP

PHP says “Nooo” to my integer

Another eye-opener from PHP is the unexpected behaviour of integer filters. Here is a test…

PHP is dying faster because … (part 2)

PHP 5.0 was released in July 2004. Almost 11 years and we know that they…

PHP is dying faster because … (part 1)

PHP was well-known for its speed of development (no compilation or formal build process); even…

Cookie-less REST API with Laravel

We learned to rely on browser cookies for many years. Some of us don't even…

EU VAT Number Validation SOAP Service

We are a VAT registered company in UK, and I am the lead developer of…

Architecture is everything, plan for speed at the beginning

We've recently needed to compare our file storage areas on Amazon and Rackspace. We're mainly…

Composer for PHP: Do we really need it?

If you are wondering what we are dealing with in PHP world on a day…

PHP get_browser function to detect user’s OS and browser details

I've just lost a day because of this stupid browser_name_regex property: e.g. "ยง^mozilla/5\.0 \(.*windows nt…

To use a framework or not to use a framework: again!

If using a PHP framework is recommended for its reusability, maintainability, popularity; why would a…

PHP is dying

Yes, PHP is dying mostly because of the way many so-called PHP-programmers write code; even…