Here we are describing convert xml file into excel file using php.Simple way to convert xml file into excel file with php.If you have…
Month: April 2013
Magento
Magento reindexing problems – Solutions
If you have magento store sure you have seen “There was a problem with reindexing process” error message.If you try to reindex from magento…
Magento
Magento set, get and delete cookie data
How to magento access cookie data or create, read, and delete cookie in magento? Magento Mage_Core_Model_Cookie class can be use to get,delete and set…
Magento
Magento execute custom query
How to magento execute custom query?In here you can execute custom query to insert,update,delete and fetch data from database with using magento existing database…
Magento
Magento get order increment id
How can you get order increment id/last order id in magento? You can get magento order increment id/last order id into the success.phtml page…