Write a php code which could be used to generate random
numbers between 1 - 100 and display them on the screen.
Answer Posted / vipin gurjar
rand(1,100)
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Which programming language does php resemble to?
How to assigning a new character in a string using php?
Tell me what does the scope of variables means?
What the use of var_dump()?
What is put method in php?
How many ways to include variables in double-quoted strings in php?
What the limitation of header() function in php?
What is the use of return in php?
Where is the submitted form data stored?
What is mod_php?
How can you declare the array in php?
What is the difference between apache and tomcat?
Define soundex()?
What is the difference between null and empty?
What does session start do in php?