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
Does php support overloading?
How to check if a string contains a character or word in php?
What is encapsulation in php?
What is var_dump function in php?
What is mvc in php?
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
What is the meaning of symbol '$' in jquery?
Why php language is used?
What is difference between include,require,include_once and require_once()?
What are default session time and path?
What is array function in javascript?
Tell me how comfortable are you with writing html entirely by hand?
What is serialization in php?
Does php need to be installed?
What is session in php w3schools?