![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: May 2008
Posts: 4
Rep Power: 0
![]() |
help please! how can i create a forum from zero.i want to create him alone.can any body help me?please send me any information to roma2509@yahoo.com. i don't want to install any kind of forums. thanks very match.
|
|
|
|
|
|
#2 | |
|
Professional Programmer
Join Date: May 2006
Location: UK - London
Posts: 330
Rep Power: 3
![]() |
Re: php forum
You can't create him alone, it takes two.
phpBB is a good example of a php forum system, you might want to look at that for inspiration. I think it's also opensource so have a look at their code.
__________________
Quote:
|
|
|
|
|
|
|
#3 |
|
King of Portal
|
Re: php forum
Creating a forum by yourself isn't easy (and is likely far more involved than you'd like to think). I myself started a similar project a ways back (and since then have been working to improve it, or rather get it to work at all). Since you've apparently chosen PHP as the web language of choice, your first step would likely be to decide what database you'll be using for your forum. Typically this tends to be a flat-file database or a relational database.
__________________
Lo, there do I see my father. 'Lo, there do I see My mother, and my sisters, and my brothers. 'Lo, there do I see The line of my people... Back to the beginning. 'Lo, they do call to me. They bid me take my place among them. In the halls of Valhalla... Where the brave... May live... ...forever.. GrimBB | Mimesis |
|
|
|
|
|
#4 |
|
Newbie
Join Date: Apr 2008
Posts: 16
Rep Power: 0
![]() |
Re: php forum
i was making a php based forum- it is a lot easier than you initially think to make a basic one- but all the other stuff is really hard
|
|
|
|
|
|
#5 | |
|
Newbie
Join Date: Jan 2008
Posts: 3
Rep Power: 0
![]() |
Re: php forum
Quote:
Making a the shell of a forum is not difficult. Making the work flows, forms, and whatnot is typically rather easy. Securing your code for public use, making it the site look pretty, and writing it in an OOP paradigm (for modularity) can be more challenging. My suggestion is to just start. Write it as poorly/sloppily as you like. When you've got mistakes or design flaws you'll figure it out and you won't do it again. If you run into something you can't figure out, just ask here. The best way to learn is from experience. ![]() |
|
|
|
|
|
|
#6 | |
|
King of Portal
|
Re: php forum
Quote:
__________________
Lo, there do I see my father. 'Lo, there do I see My mother, and my sisters, and my brothers. 'Lo, there do I see The line of my people... Back to the beginning. 'Lo, they do call to me. They bid me take my place among them. In the halls of Valhalla... Where the brave... May live... ...forever.. GrimBB | Mimesis |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Php Tutorial 3 | bulio | PHP | 4 | Jul 16th, 2006 4:00 AM |