Tagged: php

Push notification IOS 0

Push notification IOS

Push notification IOS : Push notifications are an essential feature of modern mobile applications. They enable mobile applications to notify users about new messages, events, and promotions. In this blog, we will discuss how...

export database table php 0

export database table php

Exporting database tables is a common task for developers who work with databases. In this blog, we will discuss how to export database tables using PHP. PHP provides several functions for exporting database tables....

Php backtrace with proper information 0

Php backtrace with proper information

In PHP, backtrace is a feature that helps developers debug their code by providing information about the execution path of the code. The backtrace function generates a stack trace of the function calls that...

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...

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?