I have a query on a system where the user selects the month and the corresponding records are shown on the same page. I want to print the result of the query but as the form sends via GET:
<form action="" method="get" id='form-contato' class="form-horizontal col-md-10">
I can not send to another page and mount the pdf to print. Is there a way to send the query result to an Array and call the file "print.php"?
Remembering that this query changes with each choice of a new month.