RJT:
> This code is amazing, well done
> But i was wondering a few things..
> 1. How do i make it so each user has
> an individual page 2. How can i make
> it so that the members can edit their details.
> I want to do this WITHOUT using MySQL
Hi. I'll answer question number 2, first.
I think that when you write "details" you mean the password, because there is really no other data except username and password. I think a "change your password" script can be written to modify the password file. But I've not written any code for that. Maybe in the next version I'll provide that.
The first question requires customization on you pages, not in the sitefilo scripts. But first I need to know what do you mean with "individual page".
Does it mean that each user has a page in your site? For example, the user Mary has a page
www.yoursite.com/mary.php ?
Or, does it mean that each user has a different view of your pages? For example, Mary can see some content but John, viewing the same page, sees different content?
Or does it mean that each user has a page they can edit and upload to your site?
Or maybe is something else?
Please tell me what you have in mind so I can try to hep you, RJT.
Regards,
Mario A. Valdez-Ramirez.