0
I have a query in 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 how the form sends via GET:
<form action="" method="get" id='form-contato' class="form-horizontal col-md-10">
I can’t send to another page and assemble the pdf to print. There is a way to send the query result in an Array and call the file "print.php"?
Remembering that this query changes with each choice of a new month.
There’s a Javascript code that prints the page, I don’t remember which one
– Renato Junior
Would that be? How to print content inside an HTML div?
– Marconi