The source of show.php:
<?
if ( $a == 1 ) {
echo "True.";
} else {
echo "False."
}
?>However, no matter what I type in URL of browser, like http://localhost/show.php?a=1 or http://localhost/show.php, the result is the same - "False.". Can anyone help me? Is it the problem of my setting in Apache? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
