Hey all. I want to set up Client pages that list all the files I have made for a specific client. I was thinking it could work like this:
/clients/index.php will list all clients
/clients/client_A.php will list all files in the /clients/client_A/ folder.
Additionally, it would be awesome if the index.php had a password interface that limited the client user to only being able to click on their own link. OR maybe a forwarding system that once they put in their user/password, they get taken straight to their client_A.php page and I don't need an index.php master list?
Anyone know if there is an existing solution to this problem? I am a total php novice. I know enough to change existing code, but writing from scratch is beyond me at this point.