Quantcast
Channel: eHow - PHP / MySQL Programming How To's
Viewing all articles
Browse latest Browse all 111

Differences Between Two Strings in a PHP Function

$
0
0

PHP's weak variable typing system abstracts deep layers of computer code into simple variables.To compare strings in a PHP function, you can generally use a simple evaluation such as "if($string1==$string2)." Sometimes, however, two strings in a PHP function can have subtle differences between them --- a consequence of the way PHP treats varia...


Viewing all articles
Browse latest Browse all 111

Trending Articles