Advice on a php / mysql forum?

  • Thread starter Thread starter Robbie
  • Start date Start date
R

Robbie

Guest
I've been learning a lot of php and mysql, and I'm more than ready for my own forum program. However, I don't know exactly where to go after building the database, tables, and forms.

I can get the data in, i can have it display on a category or thread page, but i can't figure out how to get each row of the database into it's "own" page on a click.

Advice? Tutorials? Something obvious that i'm missing? Thank a lot...
 
Don't reinvent the wheel.

http://www.phpbb.com

http://www.simplemachines.org

http://www.vbulletin.com/
 
Back
Top