Tag Archives: php password

PHP Tutorial : Secured encrypted passwords

Are you searching for a way to encrypt and secure a password or just a simple phrase? If the answer is yes, in php exists a lot of functions which does that, but the most popular is md5() encrypting function. … Continue reading

Posted in Basic PHP | Tagged , , , , , , | Leave a comment

PHP Tutorial : Password protect page script

Do you have some content which you do not want to show to public? There is a php script which “hides” the content, protecting it with a password and username to access a page. It can be done with MySQL … Continue reading

Posted in Usefull PHP | Tagged , , , , , , , , , , , , , , | 2 Comments