How to delete ‘Url Rewrite Management’ URLs?

How to delete ‘Url Rewrite Management’ URLs?

7 years ago

Delete all ‘Url Rewrite Management’ URLs: To remove all the unnecessary URL's that are being created by magneto backend you…

How to Add Sort Order For Collection in magento .?

7 years ago

Magento Sort Order of Collection With a sorted collection you can display list of objects like products in a specific…

stripcslashes – PHP String Functions

7 years ago

Syntax : string stripcslashes ( string); Description : It's an inbuilt function of PHP. stripcslashes() function un-quote string quoted with addcslashes(). Recognizes C-like \n, \r ...,…

stripslashes – PHP String Functions

7 years ago

Syntax : string stripslashes ( string); Description : It's an inbuilt function of PHP. stripslashes() function un-quote string quoted with addslashes(). Note…

How to Add Javascript And CSS To Home Page or specific CMS page in Magento .?

7 years ago

Magento Add Custom CSS and Javascript to Home Page or specific CMS page Magento is a complete package and allows…

How To Get Table Name in Magento..?

7 years ago

Get Table Name in Magento : You can easily add table in Magento by using the following code. Suppose you…

substr – PHP String Functions

7 years ago

Syntax : substr ( string, start_position, length ); Description : It's an inbuilt function of PHP. substr() function will return part…

strtr – PHP String Functions

7 years ago

String strtr ( string, from, to ); OR String strtr ( string, replace_array ); Description : It's an inbuilt function of PHP.…

substr_count – PHP String Functions

7 years ago

Syntax : substr_count ( string, substring, start_position, length ); Description : It's an inbuilt function of PHP. substr_count() function counts the…

substr_compare – PHP String Functions

7 years ago

Syntax : substr_compare ( string1, string2, start_position, length, case_insensitivity ); Description : It's an inbuilt function of PHP. substr_compare() function will compares…