One of our readers Titus just alerted me that Zedomax.com on smartphone browsers such as his iPhone will cause our e-mail newsletter lightbox to appear and make it almost impossible to get rid of.
Therefore, I’ve just put in a simple PHP code that will detect iPhone, iPod, Android, and Palm Pre browsers so there’s no more of that.
Try PHP code something like below:
<?php
$iphone = strpos($_SERVER[‘HTTP_USER_AGENT’],”iPhone”);
$android = strpos($_SERVER[‘HTTP_USER_AGENT’],”Android”);
$palmpre = strpos($_SERVER[̵
Click Here to Read Full Article