text formatting question

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Tehquickness
Forum Commoner
Posts: 32
Joined: Mon Oct 24, 2005 11:31 pm

text formatting question

Post by Tehquickness »

I have been coding php for a while now and I am almost done with my first major project. For this website I am working on, I wanted to have some sort of text formating solution like this forums has that would allow the users to format the text that would be displayed on the website. What are my options here? Is there any documentation that would explain about implementing a system like this? This type of coding would be new ground for me so all the help I can get would be welcome.
Thanks in advance.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

You can download the code for this forum and see how they did it if you'd like.

http://www.phpbb.com/downloads.php
Post Reply