Re: Printing off the page....

From: Volkan YAZICI <volkan(dot)yazici(at)gmail(dot)com>
To: pgsql-php(at)postgresql(dot)org
Subject: Re: Printing off the page....
Date: 2005-05-13 12:03:57
Message-ID: 7104a73705051305037d299361@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Oops. I forgot some other built-in PHP functions.

I think it's more feasible to use chunk_split(). (You can take a look
at wordwrap() function too but I'd advice chunk_split(). Also
chunk_split() should work much faster than any other function we wrote
by using PHP.)

Regards.

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Christopher Kings-Lynne 2005-05-14 09:02:01 Re: Printing off the page....
Previous Message Volkan YAZICI 2005-05-13 11:58:50 Re: Printing off the page....