Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Restfull JSON Array Help
Post: RE: Restfull JSON Array Help

paulkd Wrote: (04-08-2016, 02:11 AM) -- Is the "external source" available publicly or is it private? -- its private... basically a another company sends data in json array format to our api url
9,615 Views
8 Replies
04-08-2016, 07:31 AM
BeVirtual
    Thread: Restfull JSON Array Help
Post: RE: Restfull JSON Array Help

paulkd Wrote: (04-08-2016, 01:17 AM) -- Hope this helps. PHP Code: -- $json = ' { "code": "VET002", "store": "DBNG0024", "items": [{ "code": "1", "descr": "Yoghurt", "value": "6...
9,615 Views
8 Replies
04-08-2016, 01:35 AM
BeVirtual
    Thread: Restfull JSON Array Help
Post: RE: Restfull JSON Array Help

Tpojka Wrote: (04-07-2016, 05:11 PM) -- You can't "echo" an array. Language construct "echo" is used to output one or more strings. Use print_r instead and you could see what is in array. -- Hi Tpoj...
9,615 Views
8 Replies
04-07-2016, 10:00 PM
BeVirtual
    Thread: Restfull JSON Array Help
Post: RE: Restfull JSON Array Help

EricP Wrote: (04-07-2016, 02:44 AM) -- Try Wrote: (04-07-2016, 12:03 AM) -- PHP Code: -- $input = $_REQUEST['your_request_data_name']; //Set this in your javascript (ajax request) $data = json_dec...
9,615 Views
8 Replies
04-07-2016, 12:20 PM
BeVirtual
    Thread: Restfull JSON Array Help
Post: Restfull JSON Array Help

Hi, Please can someone give me some advice, I have setup an API which is working but cant seem to get some of the json data. this is the data being posted(cant be changed coming from out side source...
9,615 Views
8 Replies
04-07-2016, 12:03 AM
BeVirtual

Theme © iAndrew 2016 - Forum software by © MyBB