Posts by Nelson • 21 points
2 posts
-
1
votes1
answer45
viewsQ: Webservice PHP does not work!
I’m developing a system that will use a webservice in PHP and the structure that will be called to run this webservice is the following: <?php header("Content-Type: application/json;…
-
1
votes1
answer59
viewsQ: The app crashes every time I click the calculate button
It is an application to calculate IMC, save the data and display them in another interface. However, when I click the button to perform the calculation and display, the program crasha. Other classes…