PHP Source:
<!DOCTYPE html>
<html>
<body>

<?php
echo strchr("Hello world!","world");
?>


</body>
</html>
Result:
Show PHP - © www.w3ii.com