0
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 qualquer","data":"2015-10-19 01:07:52"}}}
Pasting this link in the browser with the correct parameters gets the following answer in the browser:
{"tip":1,"msg":[{"numero":2799999999,"id":"1234","status":1}]}
I want to take this answer and work it with php or javascrpit, whatever. But I need to get this information. Can someone help me? Thank you!!!
You can use a get, to get the date, then you can use a $var = json_decode($_GET[data]) and a print_r($var) to see rsrs
– Sr. André Baill
Oops, I’ll try here, friend and I’ll answer
– Thiago
@Thiago if you have already solved the problem with any of the answers below, you can demonstrate this by marking the answer as accepted by clicking on
V
on the left side. If you have found another different solution, you can post the solution as a response, and mark as accepted as well.– user28595