Search found 1 match
- Mon Jun 07, 2010 1:46 am
- Forum: PHP - Code
- Topic: I can't compare two variable - problem with data type
- Replies: 1
- Views: 134
I can't compare two variable - problem with data type
Hi Friends, I want to write a program to find out the screen resolutions and if the screen resolution is not equal to 1024*768, I need to show an error. So by using below script I will get the W and H of screen resolutions. But I can't compare that. Please see the code I used. <?php $w = '<script la...