Write a php code which could be used to generate random
numbers between 1 - 100 and display them on the screen.
Answer Posted / laxmikant
echo rand(1,100);
| Is This Answer Correct ? | 29 Yes | 0 No |
Post New Answer View All Answers
What is a php certification?
What is the best website to learn php?
What is a static method php?
Is null empty php?
What is the interface in php?
How a constant is defined in a php script?
What is the use of ajax in php?
What do you use php for?
What is cookie?
A process is identified by a unique___
What is difference between session_unset and session_destroy?
What is a collection in php?
What are escaping characters? Explain with an example?
Can I use node js with php?
What is the Pipe Symbol represented?