Magento trick
HTML/JavaScript
Sunday, August 25, 2013
Run Magento Code Externally
<?php
require_once
(
'app/Mage.php'
);
//Path to Magento
umask
(
0
);
Mage
::
app
();
// Run you code here
?>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment