<!DOCTYPE html>
<html>
<body>

<?php
echo ord("h")."<br>";
echo ord("hello")."<br>";
?>
 
 
</body>
</html>