Re: [PHP] Convert a string to an array w/o spliting or exploding

2002-02-13 Thread Lars Torben Wilson
On Wed, 2002-02-13 at 09:06, Erik Price wrote: > > On Wednesday, February 13, 2002, at 10:19 AM, brendan conroy wrote: > > > Hi, thanks for reading this novice question, I'd be grateful if someone > > could email me and tell me if its possible to convert a string to an > > array whithout usin

Re: [PHP] Convert a string to an array w/o spliting or exploding

2002-02-13 Thread Lars Torben Wilson
On Wed, 2002-02-13 at 07:19, brendan conroy wrote: > Hi, thanks for reading this novice question, I'd be grateful if someone > could email me and tell me if its possible to convert a string to an array > whithout using the split[] or explode[] function, as these aren't > appropriate for the tas

Re: [PHP] Convert a string to an array w/o spliting or exploding

2002-02-13 Thread Erik Price
On Wednesday, February 13, 2002, at 10:19 AM, brendan conroy wrote: > Hi, thanks for reading this novice question, I'd be grateful if someone > could email me and tell me if its possible to convert a string to an > array whithout using the split[] or explode[] function, as these aren't > app

RE: [PHP] Convert a string to an array w/o spliting or exploding

2002-02-13 Thread Jon Haworth
> Hi, thanks for reading this novice question, I'd be > grateful if someone could email me and tell me if > its possible to convert a string to an array whithout > using the split[] or explode[] function, as these aren't > appropriate for the task. What are you trying to achieve? Why isn't