Posts by Michel Teixeira • 67 points
4 posts
-
1
votes1
answer198
viewsQ: Change PDF background according to database data (PHP, MYSQL, FPDF)
I’m trying to personalize my report on FPDF, It is a system that generates discount tickets, where they are printed in batches, for example batch 50 units. Tickets in this batch will have the same…
-
0
votes0
answers247
viewsQ: FPDF with php last blank page
I’m having a little problem in my code, it’s generating the last blank page. Follow the creation of this code with the help of the community: FPDF with Mysql and PHP - Bringing Repeated Data I’ve…
-
4
votes1
answer2068
viewsQ: COUNT and GROUP BY in two columns
Personal I am facing a doubt with a particular query, I have searched everywhere on the subject but without success. If there’s any other way to do what I’m trying, I’d appreciate the information So…
-
0
votes1
answer543
viewsQ: FPDF with Mysql and PHP - Bringing Repeated Data
I’m trying to set up a generator system Vouchers/Tickets I have a table in SQL with the name Vouchers with multiple users and their respective passwords. I call in each Cell the variable…