When using MySQL to Authenticate users for a specific directory (i.e. www.mysite.com/user) how would it know to go to that directory ("/user"). How would it know to not let someone access a file directory in that directory (i.e. www.mysite.com/user/page2.php)? If I am using MySQL to query a row in a table can how would it know to only let a specific user(s) have access to the information?
Any help you can give me would be greatly appreciated. Thanks, Ben -- 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]