PHP Snippets
PDO
Voorbeeld PDO Simple <?php $servername = "localhost"; $username = "root"; $password = ""; ...
Binary search
This script searches hashed passwords in a text file. Datafile: download SHA1 hashed file, order...
Counter - cnt.php
The counter exists of two parts; the JavaScript Code that calls a PHP page with parameters to log...