<?php

$isMobile = (bool)preg_match('#\b(ip(hone|od|ad)|android|opera m(ob|in)i|windows (phone|ce)|blackberry|tablet'.
                    '|s(ymbian|eries60|amsung)|p(laybook|alm|rofile/midp|laystation portable)|nokia|fennec|htc[\-_]'.
                    '|mobile|up\.browser|[1-4][0-9]{2}x[1-4][0-9]{2})\b#i', $_SERVER['HTTP_USER_AGENT'] );

($isMobile) ?
header("Location:http://research.ipsosinteractive.com/mrIWeb/mrIWeb.dll?I.Project=S2010590&i.user3=1&Id=".$_REQUEST['Id'])
:
header("Location:http://research.ipsosinteractive.com/mrIWeb/mrIWeb.dll?I.Project=S2010590&i.user3=2&Id=".$_REQUEST['Id']);

exit;
?>




