Posts by Bruno Epíndola • 13 points
4 posts
-
0
votes1
answer136
viewsQ: Assign values of an array within a specific index of another array - React JS
I am developing a simple private chat in Reactjs and Socket.io. However a problem has arisen to resolve the following situation. First, I register users in the database through the Registry…
-
0
votes1
answer160
viewsA: Problem when viewing API Nodejs with Axios
I managed to solve my problem from the CORS configuration. As I am using restify I had to install restify-Cors-middleware to set up in the backend: Installation $ npm install restify-cors-middleware…
-
0
votes1
answer160
viewsQ: Problem when viewing API Nodejs with Axios
Problem I am not consulting my API nodejs with Axios. I have tested the backend numerous times with Postman and everything works correctly, Focusing with Xios always returns the same error. If…
-
-2
votes2
answers72
viewsQ: Ranking PHP and SQL, without repeating database record
I’m developing a ranking with php and sql, I can list the data correctly. However, I need to make sure that no repeated records appear. My code: <?php include_once('conexao.php'); $rank = "SELECT…