Posts by Rodrigo Mota Sousa • 105 points
5 posts
-
4
votes1
answer1326
viewsQ: Download Blob Mysql file
I need to download a file .xls that is in a Mysql database, but I need to save it with the original name. Can someone help me? I can upload it easily. I need to download it. include_once 'db.php';…
-
-3
votes2
answers2050
viewsQ: Download spreadsheet using the Phpexcel class
I found this phpexcel class, I can generate xls files searching Mysql data. It works really well. But I need to take a spreadsheet that is stored as a template in the database and only a few blank…
-
2
votes2
answers1596
viewsQ: Cell with dynamic height in FPDF
I want to create a report with fpdf, but every time I create a cell with some large text, it sits above the cell below. Is there any way to create a cell that automatically resizes>
-
1
votes0
answers71
viewsQ: How to view queries that returned error?
Hello, I wonder if in mysql, in his own dictionary (Mysql) I can debug the query that returns with an error of a particular application?
-
4
votes1
answer589
viewsQ: How to capture a Mysql query from a given table in real time?
I am wanting to capture the queries that are sent to Mysql of a particular application, it is possible?