Most voted "requisition" questions
54 questions
Sort by count of
-
-1
votes1
answer36
viewsFill table with database data via Ajax
I am very confused. I am creating an application with PHP and PDO. I have a page where there is a table with my database data. At first, it already makes the query in the bank and stores the result…
-
-2
votes1
answer60
viewsFailure to assign constant value
I’m trying to create a function to register users, but has a constant that is not assigning the value of the request, follow the code I currently have: Services async create(req, res) { const user =…
-
-3
votes2
answers376
viewsHow to request a page in Nodejs?
I would like to know how to request a page using Nodejs. Basically, I need to make a request to a webservice that provides data of places based on the reported cep and from the answer given (which…
-
-3
votes1
answer40
viewsThe page only displays the Else message. if doesn’t work and I don’t know what the problem with that simple code is anymore
<?php if ($_POST) { $nome = $_POST['nome']; $telefone = $_POST['telefone']; $logradouro = $_POST['logradouro']; $numcasa = $_POST['numcasa']; $bairro =…