I've got a question about how I should implement my logins with PHP.. I'm working on a project that requires the user to login with their password. That's not a problem. My question is... how do I keep track of the user once they go through the hierarchy of my site? Is it as simple as passing a hidden variable throughout, or are sessions the best, or easiest, way of doing things?
Mark Ward -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]