Contact: aviboots(AT)netvision.net.il
39,959 questions
51,901 answers
573 users
$s = "programming"; echo sha1($s); /* run: 5b07397be4f36b2f3141c15eb8e7f5350250c48a */
$s = "programming"; if (sha1($s) == '5b07397be4f36b2f3141c15eb8e7f5350250c48a') echo "success"; /* run: success */