PHP is highly in demand and rightly so. It’s the most widely used programming language for web development. Most of [...]
Because of the integration of more and more complex databases, detailed user authentication, third party web services and licensed management [...]
PHP has become an omnipotent scripting language today. Almost any site that you see is based on PHP. So why [...]
Startup guys are incredibly good with ideas, they can easily bring “Slashdot effect” on their website and obviously they are [...]
PHP – Making Use of an MVC Framework PHP is one of the most popular programming languages used today, and [...]
Continuing my posts on PHP Magic Functions lets close this topic now and talk about rest of the Magic Functions. [...]
In my previous post ( PHP Magic Functions ), I discussed about __construct, __destruct, __call and __callStatic. Lets explore a [...]
There are some reserved function names in PHP class starting with __ ( double underscore ). These are __construct, __destruct, __isset, [...]
Setting up a customizable PHP for for your website or blogs is definately a hard job. Keeping this in mind, [...]
Picking a language for a programming project is never an easy task. Depending on your choice, your hosting costs can [...]
Programmers often use tools to format programming language source code in a particular manner. Proper code formatting makes it easier [...]
Free and open source software is software that is liberally licensed to grant the right of users to use, study, [...]
A cheat sheet or crib sheet is a concise set of notes used for quick reference. Cheat sheets are so [...]
Apache ActiveMQ is one good option for implementing message queue in your PHP application. It can be easily installed on [...]