> How to compare 2 strings in PHP
> I hawe 2 array where I have only string values some values in both arrays
> are same but if command don't send me a good result.
> e.g
> foreach ($array1 as $a1) {
> foreach($array2 as $a2){
>if ($a1 == $a2) echo "good"; //never system send me a good res
> How to compare 2 strings in PHP
> I hawe 2 array where I have only string values some values in both arrays
> are same but if command don't send me a good result.
> e.g
>
> foreach ($array1 as $a1) {
> foreach($array2 as $a2){
>if ($a1 == $a2) echo "good"; //never system send me a good re
> -Original Message-
> From: Roman Duriancik [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 03, 2003 9:31 AM
> Subject: [PHP] How to compare 2 strings
>
> How to compare 2 strings in PHP
> I hawe 2 array where I have only string values some values in
>
How to compare 2 strings in PHP
I hawe 2 array where I have only string values some values in both arrays
are same but if command don't send me a good result.
e.g
foreach ($array1 as $a1) {
foreach($array2 as $a2){
if ($a1 == $a2) echo "good"; //never system send me a good result
else
4 matches
Mail list logo