Dec 03, 2013
An attribute is know as data members and is used to hold data of a class. The data that it holds are specific to the..
Read moreDec 02, 2013
In general, security by obscurity is one of the weakest forms of security. Suppose If I were exploiting a site, I wouldn’t check what scripting..
Read moreNov 26, 2013
Let’s have a quick view on magic methods, as sometimes it looks like it will hard to use these function but reality is these are..
Read moreNov 26, 2013
Here in this post, we’ll discuss how to convert or parse a URL into PHP associative array containing any of the various components of the..
Read moreNov 20, 2013
We have often issues with the validation of integers. As PHP has it’s own functions such as is_int() or is_integer() for validating integers, but sometimes..
Read moreNov 14, 2013
PHP.ini is a configuration file that is used to customize behavior of PHP at runtime. This enables you to easy administration in Apache web server..
Read more