Re: [PHP] chunk_split();

2004-01-28 Thread John W. Holmes
chunk_split();From: Benjamin Trépanier > I am using the chunk_split(); function to separe a > long long text on differents pages. > At this time, I can split the string into x sections of > 2000 characters. > > Now I need to show only the first 2000 . > when user click on page #2, it's reloading

Re: [PHP] chunk_split();

2004-01-28 Thread Martin Luethi
Wed, 28 Jan 2004 11:41:56 -0500 Benjamin Trépanier <[EMAIL PROTECTED]>: On 28/01/04 11:29, "Martin Luethi" <[EMAIL PROTECTED]> wrote: maybe its better to use fread() and fseek() 2000 bytes should be 2000 characters in a textfile g. tinu Wed, 28 Jan 2004 11:20:32 -0500 Benjamin Trépanier <[EMA

Re: [PHP] chunk_split();

2004-01-28 Thread Martin Luethi
maybe its better to use fread() and fseek() 2000 bytes should be 2000 characters in a textfile g. tinu Wed, 28 Jan 2004 11:20:32 -0500 Benjamin TrÃpanier <[EMAIL PROTECTED]>: Hi, I am using the chunk_split(); function to separe a long long text on differents pages. At this time, I can split th

[PHP] chunk_split();

2004-01-28 Thread Benjamin Trépanier
Title: chunk_split(); Hi, I am using the chunk_split(); function to separe a long long text on differents pages. At this time, I can split the string into x sections of 2000 characters. Now I need to show only the first 2000 . when user click on page #2, it’s reloading and show the next 200

Re: [PHP] chunk_split() doesnt seem to be working

2001-02-23 Thread Richard Lynch
> Im running php 4.0.4pl1 > > Fatal error: Call to undefined function: chunk_split() in > /home/httpd/vhosts/myhearingstore/mail.egn on line 33 > > is there a configure option im supposed to compile in ? What version of PHP does claim you are running?... -- Visit the Zend Store at http

Re: [PHP] chunk_split() doesnt seem to be working

2001-02-23 Thread Chris Lee
ok, works now, strange stuff, cut and paste from opera and you'll get problems like this, strange strange -- Chris Lee Mediawaveonline.com ph. 250.377.1095 ph. 250.376.2690 fx. 250.554.1120 [EMAIL PROTECTED] ""Chris Lee"" <[EMAIL PROTECTED]> wrote in message 976kjm$8cl$[EMAIL PRO

[PHP] chunk_split() doesnt seem to be working

2001-02-23 Thread Chris Lee
Im running php 4.0.4pl1 Fatal error: Call to undefined function: chunk_split() in /home/httpd/vhosts/myhearingstore/mail.egn on line 33 is there a configure option im supposed to compile in ? -- Chris Lee Mediawaveonline.com ph. 250.377.1095 ph. 250.376.2690 fx. 250.554.1120 [EMAI