[php & mysql]

I am making a simple php login form which pulls usernames and passwords from a MySQL database.

I need to know how I can set each users homepage.

E.g.
Chris is sent to - chris.php when he logs in
Matt is sent to - matt.php when he logs in

How is this possible?