Phpzag - phpzag.com - PHPZAG.COM

Latest News:

PHP 5.4.19 and PHP 5.5.3 Updates Released 25 Aug 2013 | 12:57 pm

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 failure with ZTS enabled in PHP 5.4. It is recommended to...

Sanitize Database Inputs in php 25 Aug 2013 | 12:42 pm

As we know that “SQL Injection” which is loosely defined as a code injection technique that exploits security vulnerability in the database. Actually its security holes, to avoid these security holes,...

Hello… PHP 5.5.2 Officially Released! 17 Aug 2013 | 03:06 pm

After one month of  PHP 5.5.1 release. The PHP development team now announced about the availability of PHP 5.5.2.  This release fixed about 20 bugs including security issue in OpenSSL module and many...

PHP 5.5.1 Officially Released 25 Jul 2013 | 02:40 pm

The PHP development team have announced the immediate availability of PHP 5.5.1. This release fixed about 20 bugs. PHP 5.x includes a new OOP model based on the Zend Engine 2.0, a new extension for im...

Extracting Contiguous Segments of an Array in PHP 20 Jul 2013 | 11:48 pm

We often want to retrieve two or more successive elements from an array. PHP enables you to retrieve a sub section of an array with the array_slice() function, same as the substr() function enables yo...

Re-indexing an Arrays in PHP 20 Jul 2013 | 11:28 pm

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 of an integer-indexed array with the unset() fu...

Download and save images from a page using cURL 20 Jul 2013 | 03:05 pm

cURL, and its PHP extension libcURL which allows you to connect and communicate to many different types of servers with many different types of protocols. libcurl currently supports the http, https, f...

Adding and Removing Array Elements in PHP 30 Jun 2013 | 12:04 am

Sometimes working with arrays, we need to add few extra elements to the array or needs to remove element from array. PHP has some built-in functions that are are designed to attach or detach elements ...

How to convert .xsd file into array in PHP 30 May 2013 | 09:51 pm

As we know that PHP has no direct function to convert .xsd(XML Schema Definition) file into associative array like XML file. So you have to  first convert .xsd file into xml then finally parse xml fil...

Modifying Node and Attribute Values using PHP 26 May 2013 | 08:10 pm

Sometimes you want to alter the value of a node or an attribute in an xml document. You can use PHP’s SimpleXML to read the XML file, assign new values to elements or attribute and save the changes ba...

Recently parsed news:

Recent searches: