douyingzhan5905 2015-02-04 20:54
浏览 54

在PHP表单提交后创建pdf文件

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.

  • 写回答

0条回答 默认 最新

    报告相同问题?