Posts by Wanderson Borges • 77 points
11 posts
-
0
votes1
answer50
viewsQ: How could I optimize this PHP JS code?
I have this code in PHP and JS that searches in BD the visits that the site X received in the current month and plays on a chart of Google Charts. Despite being functional and serving me well until…
-
1
votes0
answers32
viewsQ: Is there an alternative to the datalist?
I wonder if there is any alternative to the HTML datalist, because I’m making a hybrid application that will run in a webview on android and how far I saw the datalist is not supported in most…
-
0
votes2
answers253
viewsA: Abnormal behavior when taking data from a Formgroup with Angular
Salve @Arthur Siqueira. So try Datepicker’s call: <script> $('#my_data').datepicker({ minDate: 0, dateFormat: 'dd/mm/yy', monthNames: ['Janeiro', 'Fevereiro', 'Março', 'Abril',…
-
0
votes0
answers43
viewsQ: How to turn values from an array into PHP variables for BD query?
I am in dire need of any help from you with a little problem in PHP/Mysql. I have a variable that has the names of medicines separated by commas (string), the amount of names stored in this variable…
-
0
votes2
answers132
viewsQ: Filter results from BD with JS (no refresh and no request to other pages)
Talk, you guys, next: I have names of users coming from mysql BD being displayed on the screen each in their respective div, and I have a search input that when something is typed in it would like…
-
1
votes3
answers1347
viewsQ: How to create a clickable link within another
I have a system where I need to create a href clickable link inside a div that is also clickable. In summary I wanted to know if there is any way to create a "clickable link B" inside a "clickable…
-
0
votes2
answers982
viewsA: Real-time check of connection status with JS
Well, I thank @Jorge, because one of the links he indicated led me to another link that gave me a light to create a home solution (hack) and solve the problem... Below is the code ready (all code…
-
0
votes2
answers982
viewsQ: Real-time check of connection status with JS
I am trying to perform a real-time check of the state of internet connection using JS, follows below my code: var checkConexao = window.setInterval(function() { if (this.readyState == 4 &&…
-
1
votes2
answers41
viewsQ: How to make connection alert?
good i am beginner in ajax and wanted to know how I can do a check of connection to the internet, and display message on the screen whether or not you have an active connection to the internet (I…
-
0
votes2
answers31
viewsQ: Search and display results in select
I have two fields, an "input" and a "select", wanted that when starting to enter a username in the input automatically the options of the select were populated with data coming from the BD related…
-
1
votes1
answer77
viewsQ: How to list files from a directory and then compare them to a list of allowed files using PHP?
I have a problem I’m cracking my head to solve. How do I list the files in a directory and then compare them to a list of allowed files using PHP? The intention of this is to delete files that are…
phpasked Wanderson Borges 77