It is possible to create a pdf file after a PHP form has been submited? I need to print an order details after a php form is submited.
At this time i have a small jquery script that allows to print page that it prints only html content the php variables not.
$(document).ready(function() {
$(".btnPrint").printPage();
});
Any advice much appreciated.