- Easily encrypt php page with just one line of code. !
- No installation & No Database
- Super Easy To Use Only 1 Line Of Code!
- Cookies session support.
- The only thing you have to do is to copy the puttipongstudio-lock.php in the folder with your website's php files.
<?php include'puttipongstudio-lock.php'; lock("yourpasswordhere", 1); ?>
Adding this line of code at the beginning of any PHP page, will lock it. The visitor will need to type the password "yourpasswordhere" to pass to the content of the page. (refer example.php file)