..
Hocam ama yazıyorum çalışmıyor.
Yanlışım nerde?
<?php
if(strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 6.0')){
echo 'IE 6';
}
if(strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 7.0')){
echo 'IE 7';
}
?>Bu şekilde bende çalışlıyor ie6 ve ie7 de test ettim ikisindede sorunsuz çalışıyor?