Don't have an account? Sign up
Enter your email address and we'll send you a link to reset your password.
Back to login
Jan 27, 2024 by Ansu Mandal
Generate random numbers:
<?php echo(rand() . "<br>"); echo(rand() . "<br>"); echo(rand(10,100)); ?>
5545 4545466 65
FindMyCode is just a platform where you can share your knowledge and views. Also you can discuss your queries with FindMyCode user or visitor.