PHP is Fun!"; echo "Hello world!
"; ?> Hi Aryan How are you doing today. "; echo "This ", "string ", "was ", "made ", "with ", $counter, " ", $thing; $fh = fopen('count.txt', 'r'); $number = trim(file_get_contents('./count.txt')); echo $number; fclose($fh); ?>