Aug 28, 2013
The regular PHP updates are released for PHP 5.4.19 and PHP 5.5.3 with bug fixing in the patch for CVE-2013-4248 in OpenSSL module and compile..
Read moreAug 27, 2013
Hi all today we are going to see how to sanitize and clean all incoming user data that is going to be used in a..
Read moreAug 07, 2013
Sometimes you need to re-index a numerically indexed array after removing elements from it. Actually if you remove one or more elements from the middle..
Read moreJul 04, 2013
Modernizr is useful for feature detection of the browsers, so that we are able to patch the functionalities that are not supported. We can also..
Read moreJun 21, 2013
Magento has no built in function to get an array of all shipping or billing addresses. However, you can do this by creating such an..
Read moreJun 21, 2013
PHP Wordwrap() Definition The wordwrap() function wraps a string into new lines when it reaches a specific length. Syntax : Example : Below example is..
Read more