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!
> >
> >
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
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
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
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
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