Tag Archives: PHP

Adding and Removing Array Elements in PHP

Jul 10, 2013

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..

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

Multiple Headers In PHP

Jun 20, 2013

With PHP, you can send multiple HTTP headers with file_get_contents() . you can also send information such as HTTP_ACCEPT, HTTP_ACCEPT_LANGUAGE, and HTTP_CONNECTION with file_get_contents(). In..

Read more

How To Convert .xsd File Into Array

Jun 19, 2013

We could not convert .xsd file into php array to convert that we should first convert the .xsd file into xml file then finally parse..

Read more

Best PHP Framework 2013

May 23, 2013

PHP frameworks help you to write clean and reusable code. It follows the MVC pattern, ensuring a clear separation of logic and presentation. But there..

Read more

Rasmus Lerdorf Founder Of PHP

Apr 16, 2013

Rasmus Lerdorf  is a Danish programmer with Canadian citizenship. He is best known for creating the PHP scripting language, authoring the first two versions of..

Read more