Write a php code which could be used to generate random
numbers between 1 - 100 and display them on the screen.
Answer Posted / vipin gurjar
rand(1,100)
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What is difference between session and cookie in PHP?
Explain me the difference between include and require?
Tell me what are the __construct() and __destruct() methods in a php class?
Declare a new variable in php equal to the number 3;
Is null or empty c#?
What is the difference between apache vs niginx?
Is php used in 2019?
How does php and apache work?
Where do I run php code?
How to check if a string contains a character or word in php?
How do you check if a variable has not been set in php?
The left association operator % is used in PHP for?
What are php errors?
What are the difference between abstract class and interface in oops?
How to set a value in session? How to remove data from a session?