Re: [PHP-WIN] loop through string

2003-01-05 Thread Gregory Lewis
>>echo $my_array[$j]; >>echo "\n"; >>} >> >>etc etc. >> >>Have a squizz at the manual on each() and list() functions and the while() >>constructs also, and a very rich set of array and string functions in >>general. >> >> >&

Re: [PHP-WIN] loop through string

2003-01-05 Thread Gregory Lewis
) >constructs also, and a very rich set of array and string functions in >general. > > > >- Original Message ----- >From: "Gregory Lewis" <[EMAIL PROTECTED]> >To: "php-windows" <[EMAIL PROTECTED]> >Sent: Monday, January 06, 2003 6:18

Re: [PHP-WIN] loop through string

2003-01-05 Thread Cam Dunstan
et of array and string functions in general. - Original Message - From: "Gregory Lewis" <[EMAIL PROTECTED]> To: "php-windows" <[EMAIL PROTECTED]> Sent: Monday, January 06, 2003 6:18 AM Subject: [PHP-WIN] loop through string > Hi my name is Greg Lewis a

Re: [PHP-WIN] loop through string

2003-01-05 Thread Ignatius Reilly
ot; <[EMAIL PROTECTED]> Sent: Sunday, January 05, 2003 8:18 PM Subject: [PHP-WIN] loop through string > Hi my name is Greg Lewis and I'm new to this list and to PHP. I have experience with Cold Fusion, and so hopefully the transition won't be too hard. > > My first question: How d

[PHP-WIN] loop through string

2003-01-05 Thread Gregory Lewis
Hi my name is Greg Lewis and I'm new to this list and to PHP. I have experience with Cold Fusion, and so hopefully the transition won't be too hard. My first question: How do I loop through a comma delimited list? ex: $mylist = "a,b,c,d,e,f,g"; thanks for your time and patience, Greg -- PHP