Re: how to save an php search result page in an php?
Posted by rokie on 10/19/91 11:48
Try using FPDF (www.fpdf.org). Its a PHP class that allows you to
create a PDF file. To use it as you want when you click a button on the
page the form would submit to a page which ran a script to:
a) get the content from the web page, then
b) render the PDF file using this content
I use this myself to generate PDF files on the fly.