php beginner code
<!DOCTYPE html>
<html>
<head>
<title>OUMAIMA EL BOUDIHI</title>
</head>
<body>
<h1>OUMAIMA EL BOUDIHI - Request/Response Cycle</h1>
<?php
$string = hash('sha256', 'Oumaima El Boudihi');
?>
<p>The SHA256 hash of "Oumaima El Boudihi" is <?php echo $string; ?></p>
<pre>ASCII ART:
***********
** **
**
**
**
** **
***********
</pre>
<a href="check.php">Click here to check the error setting</a>
<br/>
<a href="fail.php">Click here to cause a traceback</a>
</body>
</html>