Bulk Email Script in PHP and MySQL Database
Here, I will show how we can send an email to multiple receiver by PHP script. This script also show how can we send bulk if we have server limitation to send particular number...
Collection of Thoughts
Here, I will show how we can send an email to multiple receiver by PHP script. This script also show how can we send bulk if we have server limitation to send particular number...
Magento get CMS page content anywhere on the site without header and footer using below script. You may need to do this for displaying CMS page on part of the page, like popup or...
Below Code will remove automatically product items from shopping cart page which are out of stock In config.xml file: In Observer.php file: Enjoy…..:)
Magento get all the attribute values you have in the store. Get all the colors and sizes values in Magento. Change the attribute name to whatever you want values for, in the below script....
Get real IP address if your server or customer is behind a proxy network. Magento have function Mage::helper(‘core/http’)->getRemoteAddr(); to get client IP address, but it gives proxy IP address instead of real IP if...