Posts by Gustavo Alves • 3 points
3 posts
-
0
votes0
answers17
viewsQ: I do not receive any email when running mail()
I’m trying to take data from a form and email it using the PHP mail() function, but the function is simply not working. Form: <form class="col s12" method="GET"> <div class="row">…
-
0
votes0
answers222
viewsQ: How to group array of JSON objects with PHP
I am receiving a JSON string from an API, to display the data I am converting the JSON string to php object, but my question is whether it is possible to group these objects, for example group all…
-
0
votes2
answers170
viewsQ: Error handling JSON data from a PHP API
I am in error when manipulating JSON data from an API, some fields I can even manipulate. I’m taking the responsibility of the API, converting to a PHP object with the json function Code the problem…