View Single Post
Old 08-16-2005, 09:08 AM   #3 (permalink)
WhatiFind
Inactive
 
WhatiFind's Avatar
 
Join Date: 03-12-05
Posts: 265
iTrader: 0 / 0%
WhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of light
Look here: http://www.hotscripts.com/PHP/Script...on/User_Based/ or use language based like this
Code:
if (stristr($HTTP_ACCEPT_LANGUAGE, 'de')) { Header('Location:germanpage.html'); } elseif (stristr($HTTP_ACCEPT_LANGUAGE, 'fr')) { Header('Location:frenchpage.html'); }
WhatiFind is offline   Reply With Quote