If your site is hosted on Shared Server and you want to use Zend library on your project. For Dedicated server, you have full root access and can have remote or full putty access of your server, you can install/uninstall any library as well as software in the server. The same will be done…
Object cloning or clone of an object means to create a duplicate of an object. With regular variables $var1 = $var2 means that a new variable $var1 created and have the value of $var2 that means 2 variables created. With objects $obj2 = $obj1 does not mean that a new object i.e. $obj2 get…
PHP Magic Predefined Constants & usages In PHP, a constant is a name or an identifier for a simple value. A constant name starts with a letter or underscore can be followed by any number of letters, numbers, or underscores. If you have defined a constant, it can never be changed or undefined. You…
We all know that a WordPress theme is a collection of template files which lets us change the user interface, design, look & feel of the site. Have you created WordPress theme or have installed any free theme or commercial one, many of you have done this job and have also customized but the…
Difference between array_merge and array_combine in php Array Merge PHP: array_merge Merge one or more arrays Merges the elements of one or more arrays together so that the values of one are appended to the end of the previous one. If the input arrays have the same string keys, then the later value…
PHP: Open Source E-Commerce Shopping Carts Software Choosing right shopping cart software is one of the most crucial steps to making your on-line business successful. A customer always needs to be able to purchase products as easily as possible, with a sense of security. A business owners always choose software that should be…