I'm working on a mortgage site, where realtors will have their own area, with extra goodies.
I plan on creating this in a subdomain of the site ie..(realtors.sitename.com)
Essentially I will control access to this area, by virtue of sessions (php) and checking against user info in db (mysql).
I'm fairly new to php and mysql, so just wanted to check with some of you veterans, any advice is appreciated.