Menu
Tag

random value in php

Generating Random Alphanumeric / Numeric Values in PHP

PHP By Dec 10, 2020 No Comments

Hello friends hope you all are doing good and please be safe in this PANDEMIC situation. Wear Mask always. Generating random alphanumeric value in PHP can be done using some methods. All the methods have their own working style and output.  Do you know generating random values can help you to make OTP and Password’s rand($min, $max) mt_rand($min, $max) random_int($min,…