Tag Archives: PHP

How To Find Rss Feed Of A

Aug 29, 2013

What is RSS Feed ? RSS stands for “Really Simple Syndication”. It is a way to easily distribute a list of headlines, update notices, and..

Read more

How To Remove WordPress Version Number

Aug 29, 2013

 How To Remove WordPress Version Number By default WordPress leaves it’s footprints on your site for the sake of tracking. That is how we know..

Read more

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

PHP 5.5.2 Released

Aug 21, 2013

After a month the PHP Development team has announced the release of PHP 5.5.2 finally About 20 bugs were fixed, including security issue in OpenSSL..

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