Posts by Anderson Sad Marinho • 13 points
3 posts
-
1
votes0
answers131
viewsQ: taking the values received from json_decode
So I have this code $result = json_decode($output, true); var_dump($result); it is generating the following. array(3){ [ "status" ]=>string(9)"completed"[ "flights" ]=>array(2){ [ "outbound"…
-
-1
votes2
answers361
viewsA: How to make input values appear in json?
I did it! After clarifications from @Haroldo Torres, I changed some things. Follow the code ready for if one day someone appears with the same doubt. This area will take your inputs $de =…
-
0
votes2
answers361
viewsQ: How to make input values appear in json?
then I am doubtful here, it would be possible to make the input fields I have play what I typed in a JSON? EX: this would be the form <form role="form" method="post" id="searches"…