Thread: helpdesk
View Single Post
  #2  
Old 8th February 2009, 13:08
hack346 hack346 is offline
Banned
 
Join Date: Mar 2008
Turkey
Posts: 80
Default
replace this:

Code:
<textarea name="msg_problem" cols="80" rows="15"><?php print($msg_problem);?></textarea>
with this:

Code:
<?php textbbcode("msg", "msg_problem"); ?>
Must work
Reply With Quote