I am getting an error on this:
<?php
$homepage = file_get_contents('http://segeco.me/lol.txt');
if ($homepage == ('loll')) then
echo $homepage;
?>
ERROR: Parse error: syntax error, unexpected 'echo' (T_ECHO) in /home/bluesnow/public_html/dog.php on line 5
(The code is not php, Just an example.)