Posts by Kevin Alexsander • 11 points
2 posts
-
1
votes1
answer52
viewsA: PHP/Mpdf - Display all mysqli field results
I solved the problem by making a JOIN, and then made a foreach concactenando the variable $html that is called in the mpdf library to later be displayed in PDF. $query = $conn->prepare("SELECT…
-
-1
votes1
answer52
viewsQ: PHP/Mpdf - Display all mysqli field results
I’m trying to display all the results of a field in mysqli via php, and display in mpd, but it’s only returning 1 line, can anyone help me please ? <?php session_start(); require_once __DIR__ .…