Disabling Magento Demo Store notice

Posted by on Sep 29, 2012 in Magento, Php | No comments yet

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

Posted by on Sep 25, 2012 in HTML, Jquery, Php | No comments yet

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

Posted by on Sep 25, 2012 in Php, Wordpress | 1 Comment

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

Posted by on Sep 24, 2012 in Php | No comments yet

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 …

Load More