RE: [PHP] break up variable and put each element in an array

2006-08-08 Thread Fokkema, I.F.A.C. \(HKG\)
>>> try this: >>> >>> $string = "3/01/2005 29/12/2005 2/01/2006 20/02/2006 28/12/2006 >>> 1/01/2007 >>> 15/02/2007"; >>> $array = explode(' ', $string); >>> foreach ($array as $value) echo "Date: $value"; >> >> If the user separates the dates by an enter in the textarea, you need >> to >> explode o

Re: [PHP] Max script size

2003-08-14 Thread Fokkema, I.F.A.C. (HKG)
"Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Monday 11 August 2003 19:59, Ivo Fokkema wrote: > > > > I must say I don't agree. Although it seems odd, I received a DNS error a > > while ago while creating a script using the GD library. If the script > > wasn't there,