Devlogy.cz » Seznam zdrojů » PHP triky » Variable initialization in PHP
Variable initialization in PHP
This article was published as the Month of PHP Security Submission. Introduction Consider the following code: <?php if (authUser($_POST["login"], $_POST["password"])) { $auth = true; } if ($auth) { echo "Secret\n"; ...
Importováno: 17. května 2010 (22:15), PHP triky
Trvalý odkaz: http://php.vrana.cz/variable-initialization-in-php.php
