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
Which is useful for method overloading?
What is compact function php?
How do sessions work in php?
What is return value in php?
How to get the length of string?
Which php framework is best for web development?
Who is the father of php and what is the current version of php and mysql?
How can we destroy the cookie in php?
What are the advantages and disadvantages of cascade style sheets?
What is the use of htmlentities in php?
What are the Formatting and Printing Strings available in PHP?
Tell me what is the use of mysql_real_escape_string() function?
What is php mean?
When to use self over $this?
When you want to show some part of a text displayed on an html page in red font color? What different possibilities are there to do this? What are the advantages/disadvantages of these methods?