Firstly making a message board is a hard thing. Just starting PHP and MySQL it wouldnt be a wise idea to go straight into a Message Board.
However it was my second major project i made.
Id suggest first, learning the basic PHP syntax so if,switch, echo, print, eval, file(functions). MySQL Functions and of course SQL.
Id suggest making a simple news system that can add, edit, delete and show.
From there you'll have the basic SQL ,PHP knowledge to make a simple board.
You'll however need to consider using Cookies or sessions for the users.