Ok i need a bit of help with my forum... actually i need a lot of help.
Firstly i have all the topic area made, for example when you go into a forum such as "coding" (this current forum) you see the list of topics inside it... i have just a list of topics which belong to no forum as of yet.
So i added on the topics table in my database a forumID field where the forum ID of the forum the topic is in will be stored.
I also added a new table named "forums" and this has fields - ID (int 3, auto increment and primary key), title (the title of the forum, for example the one this topic is in is called coding), the description, topics (how many topics it holds) and posts (how many posts it holds).
Right so as i added the actually area the titles get added into first im finding it very hard to know how to make this main page with categories and forums on which then hold the topic area thing ive already made.
I know the url of each forum will have to include the ID of the forum which will most probably be ?id=(number), and then the topics will have to be linked to that somehow.
Any help at all will be very much appreciated, im really in need of help.
Btw if you need anymore information just ask and ill give you as much as i can.
Thanks in advance