- Регистрация
- 17.07.2011
- Сообщения
- 6
- Благодарностей
- 0
- Баллы
- 0
Hi dudes,
Sorry for being a nube and asking lots of questions.
But how does one randomly generate postcodes as this is needed when creating email address.
Is there any code to do this:
english postcodes are usually:
CB4 1QG
Two random letters/random number (Space) random number/two random letters
{-Random.Text-|-2-|-cd-}{-Random.Int-|-1-|-10-} {-Random.Int-|-1-|-10-}{-Random.Text-|-2-|-cd-}
But the problem is they do not pass because they are made up one.
Do you think it would be ok to use the same one everytime, although I would prefer random?
Many thanks,
James
Sorry for being a nube and asking lots of questions.
But how does one randomly generate postcodes as this is needed when creating email address.
Is there any code to do this:
english postcodes are usually:
CB4 1QG
Two random letters/random number (Space) random number/two random letters
{-Random.Text-|-2-|-cd-}{-Random.Int-|-1-|-10-} {-Random.Int-|-1-|-10-}{-Random.Text-|-2-|-cd-}
But the problem is they do not pass because they are made up one.
Do you think it would be ok to use the same one everytime, although I would prefer random?
Many thanks,
James