Hi, I'm newbie on chronoforms and i want to get data from a url with a result like {"Number":"1020","Description":"SOCKS"}
I want to get "Description" data and put the value in a text box.
is it possible? I'm trying with
<?php
$result = //my url;
$table = json_decode($result, true);
but nothing works
can anyone help me??
Thanks
I want to get "Description" data and put the value in a text box.
is it possible? I'm trying with
<?php
$result = //my url;
$table = json_decode($result, true);
but nothing works
can anyone help me??
Thanks