Quote:
|
Originally Posted by SilverStar
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...
|
I was thinking of something like that.
Basically, what I was gonna do is this:
1. Login/register script
2. Comment script (based on #1)
Then just go off from there. Since I can't really get my filesystem code to work, I was going to use MySQL.