Re: Need some clarification about some code.

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Lindsay <beetle1974(at)optusnet(dot)com(dot)au>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: Need some clarification about some code.
Date: 2005-03-09 01:50:44
Message-ID: 422E5674.3060407@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

What has this got to do with PostgreSQL?

Lindsay wrote:
>
> Hi, I have found some code that somebody put up about starting a new
> page using pdflib.
>
> The only question I have is what number should be used for the $pdf for
> the end page and begin page for the next page, and also for the max_x,
> and max_y.
>
> I am trying to start a new page, but don't know how to.
>
> I hope somebody can help me.
>
>
> pdf_end_page($pdf);
> pdf_begin_page($pdf, $max_x, $max_y);
>
> Regards
> Lindsay

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Lindsay 2005-03-09 02:00:10 Re: Need some clarification about some code.
Previous Message Michael Fuhr 2005-03-09 01:48:57 Re: Need some clarification about some code.