Write a PHP script to generate random 11 characters string of letters and numbers.
<?php $x = rand(10e12, 10e16); echo base_convert($x, 10, 36)."\n"; ?>
Sample Output:
3b6jfwh18v2
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Sample Output:
need an explanation for this answer? contact us directly to get an explanation for this answer