RE: [PHP] compare lists

2004-01-18 Thread mayo
ayo > Cc: php-general > Subject: Re: [PHP] compare lists > > > Hello mayo, > > Sunday, January 18, 2004, 6:06:41 PM, you wrote: > > m> I would like to compare strings. I'm using this for my navigation > > m> IF $title CONTAINS "abc: def&

RE: [PHP] compare lists

2004-01-18 Thread mayo
thx Jason I had overlooked a few functions. My bad. strpos() also works. thx, -- gil > -Original Message- > From: Jason Sheets [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 18, 2004 1:15 PM > To: mayo > Subject: Re: [PHP] compare lists > > > may

Re: [PHP] compare lists

2004-01-18 Thread Richard Davey
Hello mayo, Sunday, January 18, 2004, 6:06:41 PM, you wrote: m> I would like to compare strings. I'm using this for my navigation m> IF $title CONTAINS "abc: def" m> Comparing the number of characters in one string with another does not do m> the trick. (strcmp) If I have understood your pseud