Posts by POP86 • 211 points
3 posts
-
0
votes2
answers1024
viewsQ: Create links with a mysql table name and display its contents on another page. Is it possible?
I’m trying to create a php page that fetches the name of several tables from a database, displays table names and creates a link to each table. Once the user clicks on the link, it is taken to…
-
3
votes3
answers7725
viewsA: "HTML contains invalid UTF-8 Character(s)" error when using mpdf
I already found the solution. Just add $mpdf->charset_in='windows-1252'. Example: include("mpdf/MPDF57/mpdf.php"); $mpdf=new mPDF(); $mpdf->WriteHTML($HTMLoutput); $mpdf->Output();…
-
8
votes3
answers7725
viewsQ: "HTML contains invalid UTF-8 Character(s)" error when using mpdf
I have a problem using mPDF. Basically, I have a code that makes a select of a table and then displays the values in a PDF page. The problem is that if any table value has an accent (example:…