Re: [PHP-DB] 'the missing character'

2001-05-16 Thread Jimmy Brake
i > > > > > > - Original Message ----- > From: "Jimmy Brake" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, May 15, 2001 9:54 PM > Subject: [PHP-DB] 'the missing character' > > > > Hi! > > > >

Re: [PHP-DB] 'the missing character' YIKES

2001-05-16 Thread Szii
Haven't pounded it yet, but it seems to work... -Szii - Original Message - From: "Jimmy Brake" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 15, 2001 9:58 PM Subject: [PHP-DB] 'the missing character' YIKES > I forgot to detail the p

Re: [PHP-DB] 'the missing character'

2001-05-16 Thread Szii
f() clause that inc's your start by one, and then adds 3500. Drop the second if($start == 0) clause which sets $start to 1. 'Luck -Szii - Original Message - From: "Jimmy Brake" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 15, 2

Re: [PHP-DB] 'the missing character'

2001-05-15 Thread CC Zona
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Jimmy Brake) wrote: > Does anyone know of a function in php that will take a chunk of text and > seperate it into 'chunks' preferably returning it in an array? > > The reason being is that I have some columns(oracle) that are set to > varchar

[PHP-DB] 'the missing character' YIKES

2001-05-15 Thread Jimmy Brake
I forgot to detail the problem, I loose a character every once in a while basically every 3500 characters. Jimmy Brake Cool Tools and Stuff Critical Path Inc. "Making your job easier" -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP-DB] 'the missing character'

2001-05-15 Thread Jimmy Brake
Hi! Does anyone know of a function in php that will take a chunk of text and seperate it into 'chunks' preferably returning it in an array? The reason being is that I have some columns(oracle) that are set to varchar2(4000) and I have text that is 4000+ AND :-) I cannot change it to another fo