Jump to content

Writing simple forum PHP/MySQL

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1
Coldhearth

Coldhearth

    Learning Programmer

  • Members
  • PipPipPip
  • 88 posts
Hi,

Can anybody suggest some good books or tutorials or whatever to writing a simple forum.
I would like to do this to practise my PHP/MySQL skills and raise them to the next level.

Forum should include:
  • User registration
  • User login
  • Administration trough a front-end
  • Administration throug a back-end
  • And other basic stuff


#2
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
get yourself a copy of phpBB or any other ready made forum :-)
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall

#3
Coldhearth

Coldhearth

    Learning Programmer

  • Members
  • PipPipPip
  • 88 posts
Yeah but why should I do that... I won't learn anythin from that :s

#4
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
no, that's true, but that is quite a massive project to do. to learn, do something alot smaller, as a guestbook, a register/login etc first
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall

#5
zeroradius

zeroradius

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,406 posts
I suggest siting down and engineering it out yourself. That's what I did when i made one. It may take longer to do it all yourself without a book, but you learn a lot more.
Posted Image

#6
haraldur

haraldur

    Learning Programmer

  • Members
  • PipPipPip
  • 50 posts
Learning Php 5 rocks