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 file upload?
What does the scope of variables mean?
How is it possible to parse a configuration file?
Write down the code for save an uploaded file in php.
How long is csrf token?
What is an array in php?
List functions available to sort an php array?
What is super keyword in c++?
What is the most convenient hashing method to be used to hash passwords?
When do sessions end?
Which function would you use to read a line of data from a file in php?
What changes I have to do in php.ini file for file uploading?
What is a variable cost example?
Tell me how can we check the value of a given variable is alphanumeric?
What is "print" in php?