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 are the difference between echo and print?
Is gender a dependent variable?
How to convert one date format into another in php?
Write a php script to get the largest key in an array?
How to delete cookie files on your computer?
What are php magic methods/functions?
What does trim () do in javascript?
What are the 3 types of sessions?
Is php closing tag necessary?
Why php 7 is faster?
Tell me how to get the value of current session id?
Explain the advantages of using PHP?
Are php sessions secure?
Explain the difference between session and cookies in php?
What is csrf token and how will you add csrf token in ajax?