Hi All...

I've created a few web pages, and currently some of these require login. A person logs in using username and password; username is in the form of ****###, where ****=year of joining, and ###= unique member ID (both these are known by the user already). An example username is 2003396 (year of joining: 2003, and member's ID: 396).

Now, what I want to do is to control it such that those with joining year as 2003 are directed to page A on login, those with joining year 2004 are directed to page B on login, and so on...

I was wondering if you could help me out with how I could go about this... [login script I'm using is in PHP].

Do I need to create separate databases for each year? Or is there a way (using PHP) to say "If first four characters of username = 2003, then go to Page A" and so on?

Appreciate any help...

Thanks in Advance!!! .

Tunçay