|
Re: Beginner PHP Project
Try writing a login/logout session-based content server.
As in, a set of PHP scripts that would deliver content from a database (mySQL or you could write your own db format). It would also be able to register users and keep track of who's logged in.
Maybe this is an intermediate project, I don't know...
|