Results 1 to 2 of 2

Thread: evaluate have error

Hybrid View

  1. #1
    Lianja Development Team barrymavin's Avatar
    Join Date
    Feb 2012
    Location
    UK, USA, Thailand
    Posts
    7,181
    Blog Entries
    22
    Hi Gontran

    You need to base64_encode() the JSON and base6_decode() it in your server procedure.

    Client:

    Code:
    var cJSON = base64_encode( json_encode(oJSON) );
    
    Server:

    Code:
    oJSON = json_decode( base64_decode(p1) )
    Last edited by barrymavin; 2021-11-29 at 19:22.
    Principal developer of Lianja, Recital and other products

    Follow me on:

    Twitter: http://twitter.com/lianjaInc
    Facebook: http://www.facebook.com/LianjaInc
    LinkedIn: http://www.linkedin.com/in/barrymavin

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Journey into the Cloud
Join us