View Single Post
  #1  
Old 2nd December 2012, 23:19
robbie's Avatar
robbie robbie is offline
Member
 
Join Date: Nov 2012
United Kingdom
Posts: 6
Default Shoutbox Edit BBcodes
just wondering if its poss to add the bbcodes to edit shoutbox...

this is the edit part of shoutbox

Code:
<body bgcolor=#1b1e25>
  <?php
  echo '<form method=post action=shoutbox.php>';
  echo '<input type=hidden class=btn name=id value='.(int)$res['id'].'>';
  echo '<center><textarea name=text rows=3 id=specialbox>'.htmlspecialchars($row['text']).'</textarea></center>';
  echo '<center><br><input type=submit name=save value=Save class=btn></center>';
  echo '<br><center><font size=3><font color=red><b>The Rules Of Editing ShoutPosts</b><font></center>';
  echo '<br><center><font size=3><font color=white><b>Do Not Edit shouts in a way that will cause the member to be unhappy</b><font></center>';
  echo '<br><center><font size=3><font color=white><b>Make sure that you are not breaching site rules in any way</b><font></center>';
  echo '<br><center><font size=3><font color=white><b>Do Not Let Things Get Out Of Hand... Know When To Stop</b><font></center>';
  echo '</form></body></html>';
  die;
ive added the shoutbox aswell....


thanks
Attached Files
File Type: rar shoutbox.rar (4.0 KB, 55 views)
Reply With Quote