Tag Archives: PHP Script

PHP Updates Release

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 more

PHP Sanitize Database Input

Aug 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 more

Re-indexing an array in PHP

Aug 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 more

How to Detect Visitor Browser Type

Jul 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 more

Get an array of billing addresses and

Jun 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 more

PHP wordwrap() Function

Jun 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