Syntax : int strnatcmp ( string1, string2 ); Description : It's an inbuilt function of PHP. strnatcmp() function compares the two…
Syntax : int strnatcasecmp ( string1, string2 ); Description : It's an inbuilt function of PHP. strnatcasecmp() function compares the two…
Syntax : int strlen ( string ); Description : It's an inbuilt function of PHP. The strlen() function returns the length…
Get All Categories in Magento When you need to display all categories on homepage or any cms page then you can use…
The editing Magento database configuration file is an important step when you install or change hosting (server) for a website.…
Magento add Social Media Button : Adding a 'Facebook Share button' and a 'Twitter Tweet button' to your Magento pages…
Magento product page does not always display the full breadcrumb path on the product page and you have to add…
Syntax : strripos ( string, search_string, start ); Description : It's an inbuilt function of PHP. strripos() function find the position…
Syntax : strrpos ( string, search_string, start ); Description : It's an inbuilt function of PHP. strrpos() function Find the position…
Gzip Compression in WordPress : Gzip is one of the components of the server that allows faster loading of the…