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
What is difference between core php and framework?
What is the php function that removes the first element of the array and returns it?
How do you trim spaces in excel?
Explain mysql_error().
What is mvc? Why its been used?
What is the difference between array_pop() and array_push()?
Tell me what is the difference between exception::getmessage and exception::getline?
How to count a number of words in a string in php?
Which is better session or cookie?
What are php magic methods?
Does empty check for null?
How do I find environment variables?
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?
How to split a string into array using php?
What is session php?