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
Tell us how to set cookies in php?
What is purpose of @ in Php?
What is framework in php for beginners?
What are the file upload settings in configuration file?
How does php sessions work?
Explain me what are the 3 scope levels available in php and how would you define them?
How to access a Static Member of a Class in PHP?
What is the current php version?
Explain $_FILES Superglobal Array?
What are access specifiers?
How can we enable error reporting in php?
What is the use of final class in php?
for image work which library?
What does the unlink() function means?
What are the rules to determine the “truth” of any value which is not already of the boolean type?