Welcome Guest, Not a member yet? Register   Sign In
CI Client Parsing JSON
#5

It all depends on how you are sending the json encoded data to "server b". I'd just use a CURL request and use the POST type, or an ajax POST request. Then server b just checks for the $_POST['whatever'] in a controller, and runs json_decode() on it to get it back to a regular php array.
Reply


Messages In This Thread
CI Client Parsing JSON - by cartalot - 03-29-2015, 05:55 PM
RE: CI Client Parsing JSON - by RWCH - 03-30-2015, 04:05 AM
RE: CI Client Parsing JSON - by cartalot - 03-30-2015, 12:15 PM
RE: CI Client Parsing JSON - by creanium - 03-30-2015, 12:48 PM
RE: CI Client Parsing JSON - by CroNiX - 03-30-2015, 12:51 PM
RE: CI Client Parsing JSON - by cartalot - 03-30-2015, 03:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB