Relative Content

Tag Archive for phpjson

Unable to copy json array to another json array in php

I am creating a call log for my application. I have 2 arrays – $customers with the list of customers and $liveCalls with the incoming call number. I want to display all calls in the application replacing the number with the customer name if it present in db.

JSON from one server to other

I need send mysql data from one server to select box in other server:
When i tried send it on one server it works. But when i go across the domain, there is any problem.