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 are the different ways to login to a remote server? Explain the me, advantages and disadvantages?
Is null in php?
How can you get the size of an image in PHP?
What are form input html tags?
What is active record in php?
Describe session in php.
Can we run php in apache tomcat?
What is use of header() function in php? What the limitation of header()?
How to calculate the difference between two dates using php?
What does odbc do in context with php?
What is phpsessid?
How can we submit a form without using submit buttons?
How to call javascript function in php without any event?
What is isset in php?
How to get no. of rows using MYSQL function?