I could use some guidance with login scripts. I know what I'm trying to do is straight forward but I've been having trouble finding example code or guides to work off of.
What I'm trying to do is have a login for my site so that once someone is logged in they can only retreive their own information from a database.
For example if I log in I should only be able to retreive records that I added to the database.
I experimented with apache's built in authentication, but as far as I can tell it just restricts an area and doesn't have any way for a perl script to take an action based on who logged in.
Any suggestions would be appreciated. I'm stumped as where to go from here.
What I'm trying to do is have a login for my site so that once someone is logged in they can only retreive their own information from a database.
For example if I log in I should only be able to retreive records that I added to the database.
I experimented with apache's built in authentication, but as far as I can tell it just restricts an area and doesn't have any way for a perl script to take an action based on who logged in.
Any suggestions would be appreciated. I'm stumped as where to go from here.