Answer Posted / mahidhar
using rand() function we generate the random numbers.
example : $num="12345678";
$result=rand($num);
the $result gives the random numbers.
Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
How to get the http request in php?
How does csrf token work?
What websites use php?
What is the difference between core php and php?
What is boolean in php?
What does odbc do in context with php?
What is escaping to php?
What are the correct and the most two common way to start and finish a PHP block of code?
What is memcache?
What is php session_start() and session_destroy() function?
How to include a file to a PHP page?
What is difference between base_url and site_url?
What is properties of class?
Can php run without server?
What are the popular frameworks in php?