Converting a PHP Array to a Query String
Hi all today we are going to see how to convert a PHP array to a query string.As we know that PHP is very rich with its build in functions, it has very useful function http_build_query() to convert a...
View ArticleHow to check if an email address is valid in PHP
PHP has many awesome built in functions which can do amazing things. Here I am going to explain checkdnsrr() PHP function that will take an email address and performs a DNS lookup on the specified host...
View ArticleWebsites To Test Your Codes Online
During program or code development we face lot of issues and bugs and in between we need some debugging. In PHP there is not a easy way to debug the page line by line, so you have to use...
View ArticleConvert or Parse URL into PHP Associative Array
Here in this post, we’ll discuss how to convert or parse a URL into PHP associative array containing any of the various components of the URL that are present. For accomplishing this, we’ll use PHP...
View ArticleCaching HTTP Headers in PHP
Page caching is very important for a website as it speeds up repeated page views and saves a lot of traffic by preventing downloading content every page view. You can implement page caching by setting...
View Article5 Useful code snippets for Magento Developers
When developing with Magento I have maintain a library of most used code snippets. These code snippets are very useful when developing theme or custom module since they save your precious time. You can...
View Article