Disabling Magento Demo Store notice
On the development phase of magento will will see something like “Any orders placed through this store will not be honored or fulfilled.” thats magento’s demo store notice. Here we are discussing on disabling Magento Demo Store notice To disable …
Multiple file uploader using php html and jQuery
In this post we are discussing about Multiple file uploader using php html and jQuery. we can upload multiple files by just using php, html and jQuery. First, let’s create the html form and add two “buttons” that will be …
Get meta data from wp_options table
In wordpress wp_options table, option_values are(some values) saved as serialized.So directly we can’t get those values. Now i’ll tell you easy method to get meta data from wp_options table. I want to get option name – ” tax_meta_25 “, values. …
Explode a string using next line character in php
When we are dealing with import functionality or something like processing of data, We need to find a way to explode a string using next line character. For that We can use php’s inbuilt functionality explode string and using EOL …
