how to use string for rand() funtion php code example
Example: randomstring php
//generates 13 character random unique alphanumeric id
echo uniqid();
//output - 5e6d873a4f597
//generates 13 character random unique alphanumeric id
echo uniqid();
//output - 5e6d873a4f597