Posts by Burigo • 27 points
5 posts
-
0
votes1
answer42
viewsQ: Bubble not changing list values
When I run the first consultList() data is shown in the console, however, after executing the bubbleSort() the query does not display the data. Follow the code below: #include <iostream>…
-
0
votes2
answers130
viewsA: Is it possible to set the font size dynamically?
You can use the units of measures EM and REM that are based on the font size of your parent elements and main body element. The calculation of the units is done by dividing the font size you want to…
-
0
votes2
answers287
viewsQ: Continuous Jquery Bounce effect
I wonder if you have how to make a button with Bounce effect in jquery, however, the effect is continuous. I have a button ready but the duration of the effect is only 5s, I wanted to have…
-
0
votes1
answer346
viewsQ: REQUEST_URI or REDIRECT_QUERY_STRING?
Well, I’m doing a friendly url class and in the file CONFIG.PHP I gave a define in the following define('UA',explode('/',$_SERVER['REDIRECT_QUERY_STRING']??null)); But when I type the existing file,…
-
2
votes0
answers39
viewsQ: Data do not send to the database
So, I created a CRUD class, the code is not returning any errors, but it is not being inserted in the database. I have tried to arrange several ways, but I can’t find any way. CRUD.class.php class…