Posts by user130873 • 46 points
2 posts
-
0
votes1
answer206
viewsA: View row by row of.txt file by clicking
This is not a PHP problem, it is HTML and Javascript You need to change the display style of your line to hide or show content. function toggleDisplay(e) { let linhas =…
phpanswered user130873 46 -
3
votes1
answer461
viewsA: Nodejs return function - Mysql query
I’ve never worked with Node.js+Mysql, but judging that IO operations on Node.js are asynchronous, I imagine the return will not work as you are trying to return a variable before it receives the…