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 php's mysqli extension?
Which is better mysql or sql?
Why shouldn't I use mysql_* functions in php?
What is php array function?
What are php strings?
Explain how to run the interactive php shell from the command line interface?
How to return ascii value of character in php?
What is meant by ‘passing the variable by value and reference' in php?
What is var_dump function in php?
Do you know what is use of count() function in php?
When should you use a stored procedure?
Why does sql injection happen?
What is basic php?
Which php global variable is used for uploading a file?
What does PEAR stands for?