> On 21 Aug 2015, at 10:58 am, Peter W A Wood <peterwaw...@gmail.com> wrote: > > put textEncode("{ " & quote & "é" & quote & ": 1}", "UTF-8") into tJSON > put "json=" before tJSON > post URLEncode(tJSON) to URL "http://Localhost/jacque.php > <http://localhost/jacque.php>" > put textDecode(it, "UTF-8”)
You would want to urlEncode tJSON before you put json= before it so the = isn’t encoded. _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode