View Single Post
Old 12-05-2003, 12:00 AM  
jwerd
Confirmed User
 
Industry Role:
Join Date: Jun 2003
Location: Costa Rica
Posts: 1,953
For this particular answer, I am going to have to say http://www.php.net/manual/en/tutorial.useful.php

If you read that, you will get a grasp on what it is you are trying to do. Then after you find out what the browsers names are you'd do some code like
PHP Code:
if($_SERVER["HTTP_USER_AGENT"hahahaha "IE") {
  
// use some java code, redirect to designated page //
} else {
  
// go somewhere else... 
Hope that helps!
__________________
Yii Framework Guru - Seasoned PHP vet - Partner @ XXXCoupon.com
jwerd is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote