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
What are the two types of variables?
How can we change the maximum size of the files to be uploaded?
Explain me how to include a file to a php page?
Why overriding is called runtime polymorphism?
What is lamp in php?
How can you declare the array in php?
What does the function get_magic_quotes_gpc() means?
Why many companies are switching their current business language to php?
How error handling is being handled by php?
Explain difference between urlencode and urldecode?
Why do we use htaccess and where?
CWD is a type of shell variable. State Whether True or False?
What are the encryption functions available in PHP?
How to write comment in php?
How do you parse and process html/xml in php?