2020-03-07 20:18:56 +01:00
< ? php
session_start ();
2020-03-07 21:40:38 +01:00
% SET_LOGIN_VARIABLE %
2020-03-07 20:18:56 +01:00
% NO_CHEAP_SESSION_STEALING %
% PLEAZE_NO_CACHE %
$id = $_GET [ 'id' ];
?>
2020-03-07 19:06:22 +01:00
<! DOCTYPE html >
< html >
< head >
< p ></ p >
% STYLESHEET %
<!--< meta name = " viewport " content = " width=device-width, initial-scale=1.0 " > ToDo : ? -->
</ head >
< body >
< div class = " form " >
2020-03-07 20:18:56 +01:00
< form action = " %CONTENT_DIR%/board/submit.php " method = " post " >
2020-03-07 19:06:22 +01:00
< input type = " text " name = " post " maxlength = " 65535 " placeholder = " You can contribute to the conversation here. Tell us your story in up to 65535 characters... " />
< input type = " submit " value = " Post " >
</ form >
</ div >
</ body >
</ html >