Posts by Diórgenes Eugênio • 66 points
2 posts
-
5
votes2
answers12186
viewsA: How to send a json via post with PHP?
First you must instantiate an array with the fields you want to send: $array = array("cor" => "vermelho", "ano" => "2012"); Then you have to use the json_encode function to generate JSON:…
-
0
votes1
answer99
viewsA: Serialize the result of a JSON query?
According to this other answer: https://stackoverflow.com/questions/14605099/oci-connect-works-only-from-command-line oracle is not referenced in your apache, and placing these lines…