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 is the difference between get & post ?
How to set a value in session? How to remove data from a session?
What is use of count() function in php?
How the result set of mysql be handled in php?
What is php in full?
Explain type casting and type juggling.
What is difference between static and constant in php?
How to get number of days between two given dates using PHP?
Explain the purpose of output buffering in php.
How do I run a php program in dreamweaver?
Which one is best framework for php?
What are the functions to be used to get the image's properties (size, width and height)?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
Can we set session value in javascript?
How can we automatically escape incoming data?