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

Únor 2012

« | »

Po Út St Čt So Ne
0102030405
06070809101112
13141516171819
20212223242526
272829