When i post messages on this forum the input form allows for the insetion of bold, underline, italic, hyperlinks, .....etc.
Where can i get the code or application to do this?
Mark
I don't know about the code for it but all you do is store it in the db with the tags ( for bold for italic etc) and then when you want to display it to screen you do htmlspecialchars and htmlentities and then you run a str_replace replacing with <b> then one replacing with <i> for all the bits you want. It's the same principle for smilies str_replace 🙂 with and image tag pointing to your little smilly Hope this helps Rob
Check out this thread: http://www.phpbuilder.com/board/showthread.php?s=&threadid=10236223