| The basic idea is that you define a structure for all the posts and categories in the database and interact with that structure through Structured Query Language. Since SQL is only for generateing groups of data, you need some sort of logic to control what queries to generate and to keep the new data structured. On the web PHP is the most popular choice for this sort of thing. A well designed forum is more complicated than you'd think tough. You have do deal with making posts, editting posts, deleting posts, protecting passworrds, etc. You might want to start a little smaller and work your way up. Or you can check out an existing open source forum solution, and start by modifying it until you get comfortable enough to build your own.
__________________ Stop intellectual property from infringing on me |