Is it possible to get the screen resolution and like with
php?
Answer / yrs
Yes, it is possible to get screen resolution. But much more
easy with javascript:
Use => screen.width && screen.heigth
| Is This Answer Correct ? | 0 Yes | 2 No |
How can we submit a form without a submit button?
Explain what does the unset() function means?
How to execute an sql query?
Is php a dying language?
What is the use of anonymous function in php?
What is the use of trim in php?
Tell me what is the use of explode() function?
What is the difference between abstract class and interface in php?
What is Apache's configuration file typically called?
What is move_uploaded_file in php?
Which will check if a function exists?
What are the methods useful for method overloading?