Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP forum......how to?

Status
Not open for further replies.

rskuse

Technical User
Jul 18, 2002
74
GB
I've been set a task at work to create something on our intranet that allows all staff to post messages or important news that everyone in the office can read.

Is it possible to build a forum on an intranet using PHP (and would this be my best option?) and if so would anyone be able to give me some help on how to get started?

Thankyou in advance....

Me
 
It is very possible. If you wanted a ready-made free version, you can get one here:


If you want to make your own, I'd use PHP + MYSQL. Search google for tutorials.

Rick if(($question=="has been bugging me"
AND $answer=="fixed the problem") OR $answer=="really good post"){
print("Star");
}else{
print("Thanks.");
}
 
There are loads of ready cooked *free* bb/forum systems which use PHP and mysql. If I were you I'd download and install one unless you:
a) are very proficient at programming PHP/MySQL
b) have a couple of weeks free
c) are highly motivated.

Spend a day customizing the nuts off a free one instead of days figuring how to do it all from scratch.

Call me lazy and I'll agree :) ______________________________________________________________________
There's no present like the time, they say. - Henry's Cat.
 
I hate being lazy but if it's the only way.............!!

Thanks guys, much appreciated [pipe]

 
It's not that hard. If you only want on forum, it's easy. I made one after less than one month learning php + mysql and it took me only two or three days. It works great now.

Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top