Making A Forum Category System

Fait

Seasoned Veteran
Joined
Oct 15, 2010
Messages
4,407
Reaction score
561
FP$
2,054
Hey,

I'm trying to make a category system as I am making a custom forum software so I can fully operate my own software on my own site.

Anyway what I mean is like this site FP.

Where you have
Site Information then you have a list of forums under that then the same with any other category I haven't been able to get my brain around this as I can't use the $_GET variable as it won't be calling a get since it be on the index page.

So I would I be able to archive this?

Thanks!<br /><br />-- April 20th, 2014, 10:36 am --<br /><br />Anyone???
 
It's a database isn't it? Then you just use the foreach statement to display the database array? So you'd just have a categories table.
 
Spudster said:
Hey,

I'm trying to make a category system as I am making a custom forum software so I can fully operate my own software on my own site.

Anyway what I mean is like this site FP.

Where you have
Site Information then you have a list of forums under that then the same with any other category I haven't been able to get my brain around this as I can't use the $_GET variable as it won't be calling a get since it be on the index page.

So I would I be able to archive this?

Thanks!

-- April 20th, 2014, 10:36 am --

Anyone???

Maybe having the basic fundamentals of how PHP & MYSQL you might be able to figure this out, so I suggest maybe try reading up on some tutorials.
 
OK thanks 😉
I have a lot of knowledge in php but never done this before.
 
Spudster said:
OK thanks 😉
I have a lot of knowledge in php but never done this before.
See, if you had the knowledge, you'd have a basic fundamentals of how it'd work, you'd just play with different bit's of code until thus.
 
Back
Top Bottom