<?php
// talk_about_it.php
// RJM Programming
// October, 2025
// Message Board

if (strpos($_SERVER['SERVER_NAME'], 'rjmprogramming.com.au') !== false) {
  require "./prepend.php";
}

echo "<html><head><title>Message Board One Liners for " . $regarding . " ...</title><script type=text/javascript> function refresh() { location.href=document.URL.split('?')[0].split('#')[0] + '?nickname=' + encodeURIComponent('" . $regarding . "');  } setTimeout(refresh, 30000); </script></head><body onload=\"document.getElementById('myta').scrollTop = document.getElementById('myta').scrollHeight;\"><h1>Message Board One Liners ...</h1><h3>For " . $regarding . "</h3><h4>RJM Programming - October, 2025</h4>" . $tahtml . "<br><br><form method=POST action=./talk_about_it.php><input title='Name you will see on board above' name=nickname type=text value='" . $regarding . "' placeholder='" . $myip . "'></input>&nbsp;says&nbsp;<input title='Message to show on board above ... ~~ can be a line feed' style=width:300px; name=msg type=text value='' placeholder='Your talk ...'></input>&nbsp;<input style=background-color:lightgreen; type=submit value=Publish></input></form></body></html>";

?>
