Posts by Sidiney Silva • 27 points
3 posts
-
0
votes1
answer161
viewsQ: The server does not return any response when accessing the route
[SOLUTION] It was necessary for me to configure the Postman Authorization tab and select the Type Bearer Token option and pass the token When trying to access a route in my API using the POST method…
-
0
votes2
answers1117
viewsQ: Error trying to install PHP 7.2 on Ubuntu
It’s been almost two days that I’m trying to install PHP, but can’t. I downloaded the package tar.xz from the official PHP website. Execution tar xJf to unpack, but when it arrives in the…
-
0
votes3
answers325
viewsQ: Why is this php calculator not working?
<body> <form role="form" action="pratica_fazer_calculadora.php" method="get"> <input type="number" placeholder="Digite um número" name="primeiro_numero"/> <select> <option…