Here is the id
DIAK6c
and another
65d0a2
The first id came from wahoha.com and the second came from webanswers.com. How can I produce an ID like this in my database. I have mysql with asp.net c#
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That is most probably an integer number encoded to that form using a reversible algorithm, one simple way to achieve that is to convert your numeric id from base 10 to base 36:
result would be ‘2EKI23D’ which you can easily convert back to integer form:
result: 5234525977