Posts by Anderson Felipe • 15 points
7 posts
-
0
votes0
answers299
viewsQ: mPdf 7 does not work on the server
Hi, I have in my machine the mPdf v.7 that works normally, but when I go up, it’s giving an error that seems to be related to deprecated call methods. Deprecated: Methods with the same name as their…
-
-2
votes1
answer33
viewsQ: Reorder AUTO_INCREMENT correctly
Hi, I need to reorder the field AUTO_INCREMENT in the Mysql to stay in the correct sequence. Searching, I managed to do it but when I enter a new record, it gets the Id continued from the previous…
-
-2
votes1
answer16
viewsQ: Update records by blocks
Hi, I need to make a update in a field (called block) for each given amount of records. I have 100 records, for every 10, I must enter a (automatic) number in the field. The idea is to divide the…
-
1
votes1
answer69
viewsQ: Jquery - Add element to each certain amount of other elements
I need to add a tag breaking (<br> or <hr>) each quantity of <div> dynamically arising. For PHP, i group 10 records by <div>, that is, every 10 records creates a <div>…
-
0
votes1
answer84
viewsQ: PHP: Group data without using group_by
Does anyone know how to group data without using group_by in consultation? I need every 10 loop results (foreach), create a div, that is, 10 records within each div, I don’t care about the values.…
-
0
votes2
answers84
viewsA: Error in positioning of Divs
FLOAT and OVERFLOW 1st - The class .W3-card-4 I suggest it be a < LI > ul li.w3-card-4 { ... } 2º - Do not use float: right, unless extremely necessary. And remove the position: Absolute ul…
-
1
votes0
answers242
viewsQ: Jquery: Catch height() or width() does not work with many elements
I have a catalog that displays more than 400 products on the same page (it has to be like this) with two arrows showing the dimension (height and width) that takes the measurements of the image and…