Hi,
How to make i want that $randomString never by specified text $specifiectext
Code:
$specifiectext = "sometext";
$length = 10;
$randomString = substr(str_shuffle("0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"), 0, $length);