Posts by Guga_Opala • 37 points
6 posts
-
-1
votes1
answer64
viewsQ: How to paginate a Json return in PHP
Hello, then, I have a request GET for an API, which returns a json, only that the records are limited to 100 per page, reaching 100 it returns a parameter "next" with the link to next page... the…
-
1
votes0
answers97
viewsQ: Check Dynamic Checkbox (Checkbox) from a while inside the database
Guys, I’m banging my head here with this... I have two tables in the bank, one corresponds to the department and another corresponds to the checkbox registered for that department, the problem is,…
-
0
votes1
answer635
viewsQ: Filter problem using class="selectpicker" in filter select,
Good afternoon, could anyone help me with this problem? I have no idea what’s going on.... Next, I have a select that selects the city, and then the following as selected the city, so far so good,…
-
0
votes1
answer143
viewsQ: Questions with Dynamic Checkbox with required or not
Hello, I’ve tried everything with javascript, tutorials I found on the internet, but nothing helps me, I think it’s because my form is dynamic, ie the user who registers the questions and…
-
0
votes2
answers1613
viewsQ: Place two Arrays inside a foreach
Well, in case I have two arrays that are received from inputs, based on renting rooms from a hotel, in case each room needs to display number of adults and children, I got help from someone here in…
-
2
votes2
answers1825
viewsQ: Increment variable within a foreach
How do I make a variable increment within a foreach? foreach($adults as $adultos): $i = 1; echo "<strong>Quarto".$i++."</strong><br>"; echo "Adultos:".$adultos."<br>";…