PHP Source:
<
!DOCTYPE
html
>
<
html
>
<
body
>
<?php
echo
lcg_value();
echo
"<br>"
;
echo
lcg_value();
?>
<
/body
>
<
/html
>
Result:
Privacy Policy