Test: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 July 2024

  • curprev 00:4500:45, 26 July 2024Robinr78 talk contribs 261 bytes +261 Created page with "<?php $message = "Programming is fun!"; // Message to output $count = 3; // The number of times to display the message for (___; $i <= $count; ___) { echo $message . "\n"; // The newline symbol `\n` moves the text to the next line, like pressing Enter. } ?>"