// android,iPad,iPhone,iPod $res="650"; $nav=strtolower($_SERVER['HTTP_USER_AGENT']); if (stripos($nav,'android') !== false) $res="580px"; /* // ipad $isiPad = (bool) strpos($_SERVER['HTTP_USER_AGENT'],'iPad'); // iphone/ipod if (strstr($_SERVER['HTTP_USER_AGENT'],'iPhone') || strstr($_SERVER['HTTP_USER_AGENT'],'iPod')) { header('Location: http://yoursite.com/iphone'); exit(); } */ // session_start(); session_unset(); session_destroy(); //eliminamos sesion xsa //datos en post $usu=$_POST[a]; $pas=$_POST[b]; //$usu=$_GET[a]; $pas=$_GET[b]; if (!empty($usu) && !empty($pas)) $usu="flashvars.acc = \"$usu|$pas\"; "; //exit($usu); ?>