9 lines
455 B
PHP
Executable File
9 lines
455 B
PHP
Executable File
<form action="Hubs/CommunityHub.php?action=episodeComment&epID=<?= $epid ?>&show=<?= $id ?>" method="post" style="padding-left: 12px; margin-top: 36px; padding-top: 16px;">
|
|
<h3>Post a comment</h2>
|
|
<textarea name="theComment" style="width: 76%; min-height: 60px; margin-bottom: 8px; float: left;"></textarea>
|
|
|
|
<input class="blueButton" type="submit" name="postsubmit" value="POST" style="float: right;">
|
|
|
|
<div class="clear"> </div>
|
|
</form>
|