PHP Source:
<
!DOCTYPE
html
>
<
html
>
<
body
>
<?php
echo
strpos(
"Hello world!"
,
"world"
);
?>
<
/body
>
<
/html
>
Result:
Privacy Policy