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 the difference between session_unregister() and session_unset()?
What is super keyword in php?
Tell us how to create an array of a group of items inside an html form?
What happens if an expected input field was not submitted?
Why php is used?
How is it possible to remove escape characters from a string?
What is composer phar?
What is the difference between Split and Explode in PHP?
Which is better php praogramming or cad/cam scope wise and also salaray wise?
What are the 5 types of variables?
Which parts of php are case sensitive?
What is the difference between print() and echo()?
Why delimiter is used in mysql?
Does exist in php?
How to enable error reporting in php?