PHP Forums..

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
chinna
Forum Newbie
Posts: 2
Joined: Mon Jun 23, 2008 11:05 pm

PHP Forums..

Post by chinna »

Heloo...

Can anyone help me how to create forums in php using mysql..
Please tel me a flow to follow..
I want to design and create now..
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: PHP Forums..

Post by califdon »

What do you have in mind, writing a complete forum application from scratch? That's a very big project, and the most you can expect is some general guidelines.
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Re: PHP Forums..

Post by Kieran Huggins »

Look at how the successful forum packages work... one comes to mind in particular.

Then try to identify what about them makes them successful, and design for that process.
Post Reply