Answer Posted / lakhan lal
use rand() or mt_rand()
example:rand() or rand(20,30);
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Can we learn php without html?
What is php and what does it do?
How can you declare the array in php?
Tell me how to find current date and time?
What sized websites have you worked on in the past?
How do you call a constructor for a parent class?
Tell us how to redirect a page in php?
Which function is used in php to search a particular value in an array?
What is the definition of a session?
Explain the installation of PHP on UNIX systems?
What is php rest api?
How do you check if an arraylist is empty?
What is the difference between abstract class and interface in php?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
What is difference between static and constant in php?