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 to set session expire(session timeout) using php code
What is dao in php?
What is the use of strip_tags() method?
Describe the differences between the object models in PHP 4 and PHP 5.
What is the empty function?
Explain the difference between array_merge() and array_combine()?
How to terminate the execution of a script in PHP?
What are the benefits of using php and mysql?
How do you debug php?
Which is faster for or foreach?
Tell me what is the difference between get and post?
what is the url rewriting?how to rewrite the url? give any example