[PHP] Help with array / list looping syntax

2004-06-29 Thread Robb Kerr
I need some help with a looping syntax. In english, a is used before words that begin with consonants - an is used before words that start with vowels. I'm trying to create a loop that checks this state and inserts the correct word in the echo line. Below is the sloppy version of what I'm

Re: [PHP] Help with array / list looping syntax

2004-06-29 Thread Justin Patrin
On Tue, 29 Jun 2004 19:27:04 -0500, Robb Kerr [EMAIL PROTECTED] wrote: I need some help with a looping syntax. In english, a is used before words that begin with consonants - an is used before words that start with vowels. I'm trying to create a loop that checks this state and inserts the

Re: [PHP] Help with array / list looping syntax

2004-06-29 Thread Philip Olson
I need some help with a looping syntax. In english, a is used before words that begin with consonants - an is used before words that start with vowels. I'm trying to create a loop that checks this state and inserts the correct word in the echo line. Below is the sloppy version of what I'm

Re: [PHP] Help with array / list looping syntax

2004-06-29 Thread Paul Bissex
I need some help with a looping syntax. In english, a is used before words that begin with consonants - an is used before words that start with vowels. I'm trying to create a loop that checks this state and inserts the correct word in the echo line. Below is the sloppy version of what

Re: [PHP] Help with array / list looping syntax

2004-06-29 Thread Robb Kerr
On Wed, 30 Jun 2004 00:58:32 + (GMT), Philip Olson wrote: I need some help with a looping syntax. In english, a is used before words that begin with consonants - an is used before words that start with vowels. I'm trying to create a loop that checks this state and inserts the correct word

RE: [PHP] Help with array / list looping syntax

2004-06-29 Thread Michael Sims
Robb Kerr wrote: I need some help with a looping syntax. In english, a is used before words that begin with consonants - an is used before words that start with vowels. You are probably already aware of this, but that isn't strictly correct. The rule for deciding between a and an is based not