Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

md5 (PHP 4, PHP 5, PHP 7, PHP 8) md5 — Calculate the md5 hash of a string

<?php
$str = 'apple';

if (md5($str) === '1f3870be274f6c49b3e31a0c6728957f') {
    echo "Would you like a green or red apple?";
}
?>
 
PREVIOUS NEXT
Tagged: #PHP #PHP #PHP #Calculate #hash #string
ADD COMMENT
Topic
Name
5+7 =