A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Go to advanced search
Code: Select all
<?php $mypassword = crypt('mypasswordhere' , 'd4'); ?>