In PHP, how can I pass an Object (actually an Array) from one Site to another Site (by not losing its original Object Structure and Values)?
- How to PASS/SEND from the host site
- NOT to pull from the destination site
I want to pass directly from the automated script by NOT using HTML
and web forms.
Any suggestion, please.