PHP Source Code

rmdir_r
Delete directory recursively. Delete everything contain in directory and delete the directory.
Download: rmdir_r.php

luhn_checker
This is a small PHP function for checking valid credit card with LUHN algorithm.
Download: luhn_check.php