phpbar.de logo

Mailinglisten-Archive

RE: [php] Problem mit String-Vergleich
Archiv Mailingliste php_(at)_infosoc.uni-koeln.de

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [php] Problem mit String-Vergleich



hi

>$string1="abc";
>$string2="def";
>if($string1="abc" && $string2="def") echo("Stimmt !");
>else echo("Stimmt nicht !");

wenn ich das so teste dan klappt das einwandfrei...
<?
$string1="abc";
$string2="def";
if($string1="abc" && $string2="def") echo("Stimmt !");
else echo("Stimmt nicht !");
?>

http://www.chefkoch.de/cgi-bin/php/test.phtml

gruss alex



Home | Main Index | Thread Index

php::bar PHP Wiki   -   Listenarchive