I guess I did miss that it says that the comparison is case sensitive
and binary safe.
Thanks,
Ed
On Wed, 19 Nov 2003, CPT John W. Holmes wrote:
> From: "Ed Curtis" <[EMAIL PROTECTED]>
>
> > I currently store text from a MySQL blob field in a string $orig_text. I
> > need to compare that wi
From: "Ed Curtis" <[EMAIL PROTECTED]>
> I currently store text from a MySQL blob field in a string $orig_text. I
> need to compare that with something someone type in from a form stored in
> $new_text. How would I go about comparing them to see if they are
> different or exactly the same? strcmp
I currently store text from a MySQL blob field in a string $orig_text. I
need to compare that with something someone type in from a form stored in
$new_text. How would I go about comparing them to see if they are
different or exactly the same? strcmp doesn't look like it will handle
this too well
3 matches
Mail list logo