April 25, 200917 yr Hi, any one can help me ? you would pleased me i want to put some codes in my Website's index page , so when people visit my website it detect the ip Address and if it wasn't from Germany then redirect the page to another page , is it possible? how ? any help appreciated , Thank you Guys ,
April 25, 200917 yr Check out this link - how to read IP address using php, then a simple script if ($ip=german_ip) { go to german page; } else { go to other page; } etc Hope that helps
April 26, 200917 yr Hi, I think you should try this! It looks like people found it helpful: http://www.jameslittle.me.uk/detect-visito...with-php-mysql/ - Peter
Create an account or sign in to comment