Author: urfusion

2012 in review 0

2012 in review

The WordPress.com stats helper monkeys prepared a 2012 annual report for this blog . Here’s an excerpt: 600 people reached the top of Mt. Everest in 2012. This blog got about 2,300 views in...

2013 in review 0

2013 in review

The WordPress.com stats helper monkeys prepared a 2013 annual report for this blog. Here’s an excerpt: A San Francisco cable car holds 60 people. This blog was viewed about 3,400 times in 2013. If...

remove svn files folder using php 0

remove svn files folder using php

remove svn files folder using php some time we forget to export a project on svn and upload that on main server. Result , our main server now have svn file and folders folders....

update product quantity on check out page magento 2

update product quantity on check out page magento

update product quantity on check out page magento you can do it by editing item.phtml (template/checkout/onepage/review/item.phtml) and these lines after line no #47 <td class=”a-center”><?php echo $_item->getQty() ?></td> <td class=”a-center”> <input name=”cart[<?php echo $_item->getId()...

Put magento on maintenance mode and it open only on your ip 1

magento on maintenance mode open only on your ip

magento on maintenance mode open only on your ip Hello All   Today I am going to explain you how to put magento on maintenance mode. That maintenance mode will show to all other...

unzip folder files using php code 2

unzip folder files using php code

unzip folder files using php code some time you want to extract files from a zip on a website but you didn’t have sufficient rights or cpanel to extract that , you have on;y...

set permission for magento – magento-cleaning 2

set permission for magento – magento-cleaning

set permission for magento – magento-cleaning If you are facing issue of permissions or internal server error then try to set permission to magento folder that might help you. set 777 for media ,...

quick seo (A SEO guide ) 8

quick seo (A SEO guide )

quick seo (A SEO guide ) In this guide you can learn how increase traffic on your site… search-engine-optimization-starter-guide

recursive function getting parent child 28

recursive function getting parent child

recursive function getting parent child A recursive function is a function that calls itself during its execution. This enables the function to repeat itself several times, outputting the result and the end of each...

mysql queries 0

mysql queries

mysql queries 1. Add column age and desg in emp_prof table. Mysql> use profile; Mysql>alter table emp_prof add column age int; Mysql> alter table emp_prof add column desg char(10); 2. Update all records of...

Creating a Shopify App using Laravel How to Create Custom WordPress Plugin? How to Build a Telegram Bot using PHP How to Convert Magento 2 into PWA?