Posts by joab • 146 points
2 posts
-
2
votes1
answer50
viewsA: All data of a query in an array
See this solves your problem $itens= []; $sql = "SELECT nome FROM termos"; $stmt = $this->conexao->prepare($sql); $stmt->execute(); $stmt->bind_result($termo); while ($stmt->fetch())…
-
1
votes0
answers433
viewsQ: How to print images and text (Coupon) in C#ELGIN I9 thermal printers?
I have received a demand to implement a program with the ELGIN printer, version I9. This program will be similar to those used in shops, markets where you have to print that coupon with the…