Looking for a script that does three things.
We will soon have a database of potential clients, each client will have their own unique identifier code. We want that code to authorize the client's access into our website, and once they're in, we want their personalized information from the database to show up. From there, we'd like to setup a form that they can post information to us from.
I don't think I'll have any problems with the authorize and form post, I've used php scripts for them before. The call to the database for their info might me tough - I'd also like to track who has actually logged into the site, but I'm thinking I can just add a counter line to their database field to see how many times it's been accessed (right?).
Does anyone know of a script that will do all three things? Or three separate scripts I can join together? Or am I going about this the wrong way?
Thanks, thanks, thanks,
Paul