simple message board using sessions

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
taren
Forum Newbie
Posts: 2
Joined: Tue Nov 25, 2003 7:46 pm

simple message board using sessions

Post by taren »

Hey!

I've been searching around for oh about 4 days now, for very plain and simple message board script using php sessions. If anyone knows of anything to this effect, please let me know.

Thanks for your time...

Círdan
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

you're gonna need to use a mySQL database or flatfiles, right?

you can't design a whole msg board with sessions..

sessions would hold things like username/password

you'd still need something to save the content and other stuff
taren
Forum Newbie
Posts: 2
Joined: Tue Nov 25, 2003 7:46 pm

Post by taren »

I know that. lol I need to use a mySQL database. I have about 600 users... I'm quite happy thank you very much.
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

lol ok, well what do u mean then?

to my knowlege, most forums use sessions.. (phpbb, vbullitan, ipb, etc..)
User avatar
DuFF
Forum Contributor
Posts: 495
Joined: Tue Jun 24, 2003 7:49 pm
Location: USA

Post by DuFF »

Good, free PHP boards that I know of:

phpBB - http://www.phpbb.com
Invision Board - http://www.invisionboard.com

This page lists more - http://www.thefreecountry.com/php/messageboards.shtml
Post Reply