Attempting to code a forum - Views :p

Associate
Joined
12 Jan 2008
Posts
2,116
Yeah.. got bored today so Im attempting to code a forum heh.. Not quite sure how it'll go but it'll be a good test to improve my PHP skills.

Only got the design for the main page and registration done at the moment.. and Ive decided.. I'm due for a tea break ;)

Here.. what do you think: http://entityhost.co.uk/forum/

Will have a nice image in the first box of the topic.. to show new posts etc.

EDIT: Whoops.. I realised I posted in the wrong forum! Can a mod please move this :)
 
Lol why do some of you think Im trying to compete with OCUK?

It's simply a project I have decided to embark on.. OCUK still wins no matter what! :D
 
If your practising PHP - making a forum is the worst place to start :p
To build a complete forum you need to be fully experienced in PHP and MYSQL and possibly a little javascript if you want to compete with the likes of vBulletin.
 
Heh.. I know some PHP and MySQL, but not experienced at all with javascript.

If a forum is not the place to start, then what is?

(P.S I'm not a noob with PHP and MySQL, so don't say 'hello world' lol :D)
 
I wrote a load of stuff with ASP and MySQL a few years back in a previous job.

I wouldn't have even entertained the thought of writing a fully featured forum app though... Jesus! :eek:
 
Heh.. I know some PHP and MySQL, but not experienced at all with javascript.

If a forum is not the place to start, then what is?

(P.S I'm not a noob with PHP and MySQL, so don't say 'hello world' lol :D)
What sort of PHP have you done?
 
If your practising PHP - making a forum is the worst place to start :p
To build a complete forum you need to be fully experienced in PHP and MYSQL and possibly a little javascript if you want to compete with the likes of vBulletin.

I doubt the point of this is to compete with other forum softwares out there, at least not straight away. Afterall, people make their own games all the time, but they aren't trying to compete with Crysis or whatever, they're just doing it for fun and the experience ;)
 
I doubt the point of this is to compete with other forum softwares out there, at least not straight away. Afterall, people make their own games all the time, but they aren't trying to compete with Crysis or whatever, they're just doing it for fun and the experience ;)
My main point was - you'd need to be pretty darn experienced to produce a forum - if your still learning there really isn't much point.

Nitrojan said:
Member panels, radio panels mainly..

Cool - maybe add some more features to the member panels. Have you ever thought about making some sort of image hosting system? Or even a news system? They are both challenging scripts to produce but are good for people who are still learning PHP :)
 
Doing is the best way of teaching, especially with things like PHP. Taught myself by making an online questionnaire with a MySQL database.

A forum is a bit complex though.

PHP framework like PHPNuke? Basically give you a site and forum, and then you can code PHP modules for it.

And PHP is the worst name ever. It has no definition. PHP stands for "PHP Hypertext Protocol"....
 
Back
Top Bottom