Posts by Larissa Tavares Soares • 1 point
2 posts
-
0
votes2
answers137
viewsA: How to send the form without redirecting to another PHP page
To change the behavior of Submit. Take a look at Prevent Default. You disable Submit’s behavior from reloading the screen, and in function do what you have to do (Alert, clear fields, etc)…
phpanswered Larissa Tavares Soares 1 -
0
votes1
answer140
viewsA: Extreme difficulty generating PDF with PHP or Javascript
I once used the library Phpspreadsheet (old Phpexcel). I would mount the table in excel (which I found much easier) and in the end only convert to PDF: $writer = new…