what method is used to generate a random number?
Answers were Sorted based on User's Feedback
Answer / lakhan lal
use rand() or mt_rand()
example:rand() or rand(20,30);
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / 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 |
Answer / senthilkumar g
using srand();
it will generate the randam numbers
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sunil kumar
<?php
echo(4,900);//depend upon ur choice
?>
Is This Answer Correct ? | 0 Yes | 0 No |
What is an example of a variable?
What is singleton design pattern in php?
Write a php function to convert all null values to blank?
can we use PGP with PHP?
How can we submit form without a submit button?
What is difference between ksort() and usort() functions.
What is the role of php.ini file?
What is the use of rand() in php?
What is difference between readonly and constant?
Tell me how can we pass the variable through the navigation between the pages?
How to create an array from php string?
What is mean by an associative array?