Hi,
I use a sample code showed in php.net website manual with my
conditions, and the result is always true.
<?php if ( $username="myus ername" AND $password="mypa ssword" ) { ?>
True
<?php } else { ?>
False
<?php } ?>
Where's the bug?
Thanks in advance
Gilles Girard
I use a sample code showed in php.net website manual with my
conditions, and the result is always true.
<?php if ( $username="myus ername" AND $password="mypa ssword" ) { ?>
True
<?php } else { ?>
False
<?php } ?>
Where's the bug?
Thanks in advance
Gilles Girard
Comment