kolpacino adlı üyeden alıntı: mesajı görüntüle
Hocam sanırım php ile alamazsınız php kullanarak fakat javascript ile alınan şöyle bir örnek buldum
<?     
if(!isset($_GET['r']))     
{     
echo "<script language=\"JavaScript\">     
<!--      
document.location=\"$PHP_SELF?r=1&width=\"+screen.width+\"&Height=\"+screen.height;     
//-->     
</script>";     
}     
else {         
// Code to be displayed if resolutoin is detected     
     if(isset($_GET['width']) && isset($_GET['Height'])) {     
               // Resolution  detected     
     }     
     else {     
               // Resolution not detected     
     }     
}     
?>
Teşekkürler fakat ekrana nasıl yazdırcam ben bunu

Sadece 1024 veya 1336 olan kısmı görmem yeterli.