Import Daily Orders From Magento

Submitted by JanzellJurilla on
Hi People, I'm sharing a miscellaneous script that allow Magento Store Owner to dump their orders from Magento Database and forward it to their Fulfillment Center via Email. Learn more about this snippets. Things you need to change in the code: #credentials details $server_host = 'your host'; $sql_username = 'your username'; $sql_password = 'your password';