phpMoot
phpMoot > PHP - Examples > PHP – Magento – Redirection
Author: phpMoot August 22, 2011 0 Comments
PHP - Examples
The given PHP example use to redirection in magento. Code Example:
<?php $url = "http://example.com"; Mage::app()->getFrontController()->getResponse()->setRedirect($url); ?>
← Previous post
Next post →
Your email address will not be published. Required fields are marked *