Posts by Nay-ton • 1 point
7 posts
-
-3
votes2
answers39
viewsQ: How to divide an array of 90 elements into 20 on each page, in PHP?
A query via mysqli (in PHP) returns me 90 lines in an array. How do I print a maximum of 20 lines on each page ? I developed it as follows, but it’s still too grotesque: Can someone help me perfect…
-
0
votes0
answers40
viewsQ: What am I missing in this require?
I created a simple structure to train require, but it is showing error. What I am missing ? Structure, within C: xampp_htdocs SMB\ /file_pasta_Root.php /pasta_A/file_pasta_A.php…
-
-4
votes0
answers39
viewsQ: Which of these methods is best to handle a PHP input in order to avoid SQL Injection?
prepare() and bind_param() filter_input filter_sanitize…
-
0
votes1
answer66
viewsQ: How to create a function that creates a new page in google Sheets
How do I do a function that I can perform in the spreadsheet that generates a page with the given name? Because in the example below I am getting the error: Exception: You do not have permission to…
-
-1
votes1
answer44
viewsQ: How to open a href link via console dev tolls?
How can I, using the Chrome console (dev tools), open the example link below in the same window as the website: Example: website: https://musica.cancaonova.com/ link location:…
-
-1
votes1
answer573
viewsA: Export HTML table to Excel
Excel: Tab (File)> Supplement > Supplements COM> Inquire Afterward Tab (Data) > Get Data > From Other Sources > From the Web Afterward enter the URL of where the table is Then, if…
-
-1
votes1
answer220
viewsQ: How to save asynchronous function return solved
To save the result of a solved asynchronous function to a variable to use the result later along the code ? Example: How do I save function result joinStrings in a variable outside the async…