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
Who is known as the father of php?
What's the best method for sanitizing user input with php?
Which php global variable is used for uploading a file?
What are include() and require() functions?
Why triggers are used in mysql?
Tell me what is htaccess?
What is mysqli_query?
Starting or restarting a computer is called
Tell me what is the difference between get and post?
What is ci framework in php?
what is constructor
Swap two variables value without using third variable in php ?
How many types of arrays are there in php?
Explain PHP?
How do I repair phpmyadmin?