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
How to process the uploaded files?
Explain about objects in PHP?
What is a PHP accelerator?
How to get the length of string?
Can we set session value in javascript?
What is the alternative structure for control structures?
Tell me what is the importance of "action" attribute in a html form?
What is get method in java?
What the limitation of header() function in php?
What is final keyword in php?
What are psrs?
Write a program to get second highest number in an array using php?
What is difference between php and html?
What are the different types of php variables?
What is the correct php command to use to catch any error messages within the code?