Re: [PHP] Need help with some logic and how to do it in PHP

2004-08-15 Thread Brent Clements
Sweet, that solves my problem. Thanks for the help. -Brent - Original Message - From: "Jason Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 15, 2004 9:53 AM Subject: Re: [PHP] Need help with some logic and how to do it in PHP > On Su

Re: [PHP] Need help with some logic and how to do it in PHP

2004-08-15 Thread Jason Wong
On Sunday 15 August 2004 22:44, Brent Clements wrote: > I have 7 string values, if any number of them are the same, I need to ouput > that value, if they are all different, I need to output a blank string "". > How would I do this in php outside of writing a huge if/then statement? > This is a var

[PHP] Need help with some logic and how to do it in PHP

2004-08-15 Thread Brent Clements
I have the following problem. I have 7 string values, if any number of them are the same, I need to ouput that value, if they are all different, I need to output a blank string "". How would I do this in php outside of writing a huge if/then statement? This is a variation of my "String compare