Magento Magento import and export all products,categories and images using csv file How to import and export all products,categories and image using csv file in Magento.Here easy method to import and export all products without ... By Sumith HarshanAugust 1, 2012
Magento Magento check admin is logged or not and get admin details Here is a simple script to check admin is logged or not and if logged get admin details of Magento.You can call to ... By Sumith HarshanAugust 1, 2012
Recent Posts WordPress disable posts/pages auto save and revision – full complete guide When you editing your posts/pages in WordPress posts/pages are automatically saved by WordPress function.When you editing big post if your contents lose because ... By Sumith HarshanAugust 1, 2012
Recent Posts JQuery check element is exist How can I check if some element is exist or not, using JQuery.Here describes check element by using JQuery and Java Script.If you ... By Sumith HarshanJuly 30, 2012
PHP How to read file using PHP How to read file using php.Following example is describes how to read and display file content using php.php fopen() and fread() functions will ... By Sumith HarshanJuly 28, 2012
PHP PHP get last week date If you want to get last week dates using php, that can be get from the following example. By Sumith HarshanJuly 28, 2012
Recent Posts WordPress custom query for get data from wp_post table This mysql query help to get data from the wp_posts table of the wordpress.It will get any data from the wp_post table.Only you ... By Sumith HarshanJuly 28, 2012
PHP PHP add element to an array How to add new element to an array using php.array_push() php core function can be use for this.It will adding new element to ... By Sumith HarshanJuly 27, 2012
PHP PHP get array size How to get array size of the php.Simply php count() and sizeof() functions get array size. By Sumith HarshanJuly 27, 2012
PHP PHP get duplicate values count in an array If you want to get duplicate values count in an array,this method can be use easily.It will display array values all count. By Sumith HarshanJuly 27, 2012