<!DOCTYPE html>
<html>
<body>

<?php
echo lcfirst("Hello world!");
?>
 
 
</body>
</html>