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 …

How to display products on magento home page

Posted by on Sep 24, 2012 in Magento, Php | 1 Comment

The common method to display products on magento home page is to use block code and we can display mainly three types of products in any page by default one is the newly added products second is all the products …

Load More