php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "random string"

How can a random string of letters and numbers be generated using PHP?

To generate a random string of letters and numbers in PHP, you can use the `str_shuffle` function to shuffle a string containing all the possible char...

How can one generate a random string of a specific length in PHP?

To generate a random string of a specific length in PHP, you can create a function that generates a random string using characters from a specified ch...

What is the recommended method for generating and verifying a random Captcha string in PHP?

Generating and verifying a random Captcha string in PHP involves creating a random string of characters, storing it in a session variable, displaying...

How can a random string be generated using characters A-Z and 1-9 in PHP?

To generate a random string using characters A-Z and 1-9 in PHP, you can create an array containing all the possible characters, then use a loop to ra...

How can the length and character set of a random string be customized in PHP?

When generating a random string in PHP, the length and character set can be customized by using the `str_shuffle` function along with the `substr` fun...

Showing 1 to 5 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.