Hey guys,

I've recently started learning about ZenCart observers. I am trying to build a dashboard for my mobile phone so I can manage my company using pure data and business logic.

I've set up a database to query results from my app. So I would like to somehow do inserts from within zencart events.

I think my 'structure' or method of doing this is wrong, but I can't think of another way to do it.

Say when an order is completed, I would like to send information about Inventory, and the Order just placed to the MySQL database on my server.

Any help, insight, or ideas on how to transfer this data to a new source would be great! thanks.