<!DOCTYPE html>
<html>
<body>

<?php
echo substr_count("Hello world. The world is nice","world");
?>


</body>
</html>