This little bit of script will detect the iPhone or iPod touch and send it on it?s merry way to whatever page you wish. So you can use it on your website to send iPhone/iPod users to a webpage which is specially made for iPhone/iPod users.

PHP Code: 
if ((navigator.userAgent.indexOf('iPhone') != -1) ||
(
navigator.userAgent.indexOf('iPod') != -1)) {
document.location "http://www.tutsby.me/forum/iphone-specialpage/";  

Credit goes to BlaZe
Plutost Reviewed by Plutost on . iPhone/iPod Detection using Javascript This little bit of script will detect the iPhone or iPod touch and send it on it?s merry way to whatever page you wish. So you can use it on your website to send iPhone/iPod users to a webpage which is specially made for iPhone/iPod users. if ((navigator.userAgent.indexOf('iPhone') != -1) || (navigator.userAgent.indexOf('iPod') != -1)) { document.location = "http://www.tutsby.me/forum/iphone-specialpage/"; } Credit goes to BlaZe Rating: 5