hello All
I am pretty stuck and would like any help or assiatance
I am creating a web page with 2 fields
First field would be a username
Second field would be a user_id
I want the user to be able to enter their username
So for example "stephen"
I then want the second field to be automatically populated as a 6 character field comprising of:-
First 2 characters of "stephen"
last 2 characters of year registeration
Radom 2 digit number( generated using system clock)
so Stephen regiesterd on 11th November 2006, system generates the randon number 47.
so i would have "st0647"
Can anyone assit??????