Posts by Jonathas Andrade • 45 points
4 posts
-
0
votes1
answer79
viewsQ: How to maintain a constant connection to the database for updating data without the need to refresh
I have an application that is working with Mysql and PHP databases. There is data in this comic that are updated frequently because it is a vote, but this vote takes place on an external site and on…
-
3
votes1
answer408
viewsQ: How to extract space-separated words via Javascript
Continuing the marathon of articles regarding the extraction of texts, I noticed that this type of question is very difficult to find next to a clear and direct answer. In order to remove my doubt…
-
1
votes3
answers843
viewsQ: How to extract a specific text from a string via Javascript
Question related to how to remove only part of the text that is after my tags p: and r: I am developing an application similar to chatbot simsimi and for test questions I am storing the questions…
-
0
votes0
answers37
viewsQ: How to get the contents of my Keys ascending order array
I’m having a problem with a function of an app I’m creating. I am a mere beginner in programming seeking to improve my knowledge and wanted to know how to make my function take the contents of the…