[PHP] determine which string is longer and then what is different in that string

2007-08-26 Thread Richard Kurth
I am trying to find out which string is the longest and then find out what is different between the two string. Sometimes String 2 is longer than String 1 The script below works sometimes but not all the time. Is there a better way to do this or tell me what is wrong with the script I am using

RE: [PHP] determine which string is longer and then what is different in that string

2007-08-26 Thread Sanjeev N
URL http://webhosting.sanchanworld.com - Choose your best web hosting plan -Original Message- From: Richard Kurth [mailto:[EMAIL PROTECTED] Sent: Sunday, August 26, 2007 11:41 AM To: php-general@lists.php.net Subject: [PHP] determine which string is longer and then what is different

Re: [PHP] determine which string is longer and then what is different in that string

2007-08-26 Thread Richard Lynch
On Sun, August 26, 2007 1:11 am, Richard Kurth wrote: I am trying to find out which string is the longest and then find out what is different between the two string. Sometimes String 2 is longer than String 1 The script below works sometimes but not all the time. Is there a better way to do