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 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 moreJun 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 moreJun 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 moreMay 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 moreApr 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