RE: [PHP] Re: PDF from PHP generated HTML, possible?

2004-09-24 Thread Graham Cossey
c page?? }else{ $fp = fopen($this->path,'w'); $sts = fwrite($fp,$str); fclose($fp); } } } ?> -Original Message----- From: Brad Pauly [mailto:[EMAIL PROTECTED] S

Re: [PHP] Re: PDF from PHP generated HTML, possible?

2004-09-23 Thread Brad Pauly
On Thu, 23 Sep 2004 22:39:06 +0100, Graham Cossey <[EMAIL PROTECTED]> wrote: > > Brad: When you say "a hash of the query string" do you mean passing the > variable part of the URL thru mhash to obtain a hash/key/digest or whatever > you wish to call it? If so, do you recommend any particular hash,

RE: [PHP] Re: PDF from PHP generated HTML, possible?

2004-09-23 Thread Graham Cossey
to:[EMAIL PROTECTED] Sent: 23 September 2004 17:17 To: [EMAIL PROTECTED] Subject: Re: [PHP] Re: PDF from PHP generated HTML, possible? On Thu, 23 Sep 2004 16:25:27 +0100, Graham Cossey <[EMAIL PROTECTED]> wrote: > That's fine for static pages, my question was regarding dynamic page

Re: [PHP] Re: PDF from PHP generated HTML, possible?

2004-09-23 Thread Brad Pauly
On Thu, 23 Sep 2004 16:25:27 +0100, Graham Cossey <[EMAIL PROTECTED]> wrote: > That's fine for static pages, my question was regarding dynamic pages that I > did not wish to pass through the database querying again. > > I understand that if my dynamic page is > http://server/app/page1.php?cust=123

RE: [PHP] Re: PDF from PHP generated HTML, possible?

2004-09-23 Thread Graham Cossey
ject: [PHP] Re: PDF from PHP generated HTML, possible? Hmmm, I cannot believe that there are people on this list who do not know how to use Google. I tried "convert HTML to pdf" and came up with loads of results - including http://www.easysw.com/htmldoc/pdf-o-matic.php that seems t

[PHP] Re: PDF from PHP generated HTML, possible?

2004-09-23 Thread Mikey
Hmmm, I cannot believe that there are people on this list who do not know how to use Google. I tried "convert HTML to pdf" and came up with loads of results - including http://www.easysw.com/htmldoc/pdf-o-matic.php that seems to allow you to see their source code. HTH, Mikey - Original Mess