This post only exists to test a syntax highlighter on the site because I would like to share some code sometimes and I’d rather it not look like plain text.
<?php
$message_recipient = "you silly goose";
echo "This is a test, $message_recipient!";
?>
|