Hi guys..
I been researching for HOURS...and browsing 10 forums and shopify documents I can't figure it out...
I looked at https://ecommerce.shopify.com/c/shopify-discussion/t/php-api-example-26017
even: http://www.shopify.com/technology/3032952-official-php-adapter-for-shopify-api#axzz2pwgATGXZ
but nothing that could help me. I'm trying to create a simple PHP code without any extra file (unless I have to) or complicated code, to display on the page the XML results of orders:
https://api:secret@[mystore].myshopify.com/admin/orders.xml?financial_status=paid
I wish I could just use a darn: file_get_contents("https://api:secret@[mystore].myshopify.com/admin/orders.xml?financial_status=paid")
would make things soo easy! Does ANYone have a code? Please???