<?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 src='./talk_about_it.js?rand=" . rand(0,6756453) . "'></script><script type=text/javascript> var hangon=false; function refresh() { document.getElementsByTagName('h1')[0].innerHTML+=(groupis == '' ? '' : ' for group ' + groupis); if (!hangon) { location.href=document.URL.split('?')[0].split('#')[0] + '?nickname=' + encodeURIComponent('" . explode(' group is ',$regarding)[0] . "') + (groupis != '' ? '&groupis=' + encodeURIComponent(groupis) : ''); }  } 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 where a comma separated list like RJM[rmetcalfe15@gmail.com],RMet[rmetcalfe@rjmprogramming.com.au] would invite RMet to Message Board via that email address and flagging that rmetcalfe15@gmail.com would be sending the invitation.' onkeydown='hangon=true;' onblur='this.value=inviteanalysis(this); setTimeout(function(){ hangon=false; }, 3000);' name=nickname type=text value='" . explode(' group is ',$regarding)[0] . "' placeholder='" . $myip . "'></input>&nbsp;says&nbsp;<input title='Message to show on board above ... ~~ can be a line feed' style=width:300px; onkeydown='hangon=true;' onblur='setTimeout(function(){ hangon=false; }, 3000);' name=msg type=text value='' placeholder='Your talk ...'></input><div style=display:none; id=dgrp></div>&nbsp;" . $grouptb . "<input style=background-color:lightgreen; type=submit value=Publish></input></form></body></html>";

?>
