Linked Questions

-3 votes
2 answers
114 views

In my application i need to generate random numbers that should contain certain character like capital letter, a number and of certain length. It will be an honor if you guys help me out.
Bijesh Shrestha's user avatar
1 vote
0 answers
57 views

Having code to display image like: ...
125fura's user avatar
  • 367
1031 votes
62 answers
1.9m views

I'm trying to create a randomized string in PHP, and I get absolutely no output with this: ...
Captain Lightning's user avatar
17 votes
3 answers
31k views

I have the need to generate a random alphanumeric string of 8 characters. So it should look sort of like b53m1isM for example. Both upper and lower case, letters ...
AKor's user avatar
  • 8,950
1 vote
5 answers
13k views

I use to generate unique & random string mysql function UUID(), it's possible to set length of this generated string? I need only 8 letters. This insert i do ...
m_73's user avatar
  • 569
1 vote
3 answers
563 views

Im wondering how can I go on creating a random PHP value with similar structure as IPv6 Example: 2001:0db8:85a3:0042:1000:8a2e:0370:7334:nc21 I could use ...
user avatar
0 votes
4 answers
1k views

Can anyone specify the possibilities of - Randomness? Unique? Safe and Secure to use? User shouldn't identify the next generation number or previous one? from this substr(str_shuffle(str_repeat("...
varun kumar's user avatar
1 vote
3 answers
1k views

Does any of you know how to add random letters aswel as random numbers. thanks for you help. ...
user1's user avatar
  • 37
0 votes
3 answers
294 views

I'm trying to make some random string in PHP with 5 letters/numbers. It's working fine but sometimes I get a shorter string. ...
hyperster666's user avatar
-4 votes
1 answer
498 views

I want to generate a code randomly with php. The length should be 5 alphanumeric chars. But I want the first value to be A-Z. How can I do that? I've done the following, but this seemed too obvious ...
Vay's user avatar
  • 117
1 vote
1 answer
603 views

I need one help . I need to generate random number including date and time using PHP. I am explaining my code below. ...
user avatar
-1 votes
3 answers
156 views

I have a code like this: ...
inf3rno's user avatar
  • 26.3k
0 votes
0 answers
215 views

I need to obfuscate a MySQL table's IDs using a MySQL-only solution (no application code like PHP), and generate UNIQUE values. Here's what I have managed to get working (using a MySQL trigger to ...
kp123's user avatar
  • 1,370