Posts by Felipe S. Fernandes • 176 points
5 posts
-
0
votes2
answers129
viewsA: Consuming Json, problem with Cors
Here is a functional example (check the console) of using the API: https://pastebin.com/xpr8DnMB According to the DOC, the URL is this:…
-
1
votes1
answer78
viewsA: When error 404 in header, and redirect to a specific page?
You tried it this way in . htaccess? Errordocument 404 /page-a-show.php If it doesn’t work, this way you’re trying to do with if would be so: https://pastebin.com/QLVTG4EP…
-
0
votes2
answers211
viewsA: Pass an id "value" to an input field
If I didn’t get it wrong, it would be this way. Take the example: https://pastebin.com/x6DuuQRX
-
0
votes2
answers84
viewsA: Php - multidimensional array using for or foreach
Good morning, follow an example in Pastebin: https://pastebin.com/5rcmxwPq Each index of the array $colors has a list of fruits, which will be displayed in list format . in the foreach php, the…
phpanswered Felipe S. Fernandes 176 -
5
votes1
answer433
viewsQ: How to detect Mysql changes in Nodejs?
Good night, someone has already used this package or knows a similar one that works? Link: https://www.npmjs.com/package/mysql-events Goal: launch an event when there is a change in the database.…