Jump to content
php.lv forumi

submit disabled uz IE


Recommended Posts

  • 1 month later...
<?php
$client_info = get_browser(null, true);

if($client_info['browser'] == 'IE') {

echo 'zaļš';
}
else {
echo 'parastais';
}
?>

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...
×
×
  • Create New...