Posts by Thiago • 901 points
54 posts
-
0
votes0
answers427
viewsQ: Curl Returning Error: Curl Failed: SSL connect error
My requisicao is the following: $ch = curl_init(); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 0);…
-
1
votes1
answer183
viewsQ: Imprimir array de Curl
I make a Curl in php in a url and it returns me: array(2) { ["tip"]=> int(1) ["msg"]=> string(3) "826" } I want to take only the number 826 and work with it in php. Can someone help me?…
-
2
votes2
answers425
viewsQ: How do I get a json answer in javascript/jquery?
I have the link: https://dominio.com/apiJSON.php?data={"login":"[email protected]","senha":"Minhasenha","campanha":"ID 1234","mensagens":{"1":{"numero":2799999999,"msg":"Uma mensagem…
-
0
votes2
answers157
viewsQ: How do I get reply json in php?
I have the link: https://dominio.com/apiJSON.php?data={"login":"[email protected]","senha":"Minhasenha","campanha":"ID 1234","mensagens":{"1":{"numero":2799999999,"msg":"Uma mensagem…