pandailo Posted October 18, 2007 Share Posted October 18, 2007 In php how to script different IP/Network goes to different URL using if...else Quote Link to comment https://forums.phpfreaks.com/topic/73736-solved-different-ip-to-different-url/ Share on other sites More sharing options...
trq Posted October 18, 2007 Share Posted October 18, 2007 Take a look at the $_SERVER['REMOTE_ADDR'] variable. The rest is simple if else logic. Quote Link to comment https://forums.phpfreaks.com/topic/73736-solved-different-ip-to-different-url/#findComment-372118 Share on other sites More sharing options...
pandailo Posted October 18, 2007 Author Share Posted October 18, 2007 what about different ip broadcast..is it the same also? Quote Link to comment https://forums.phpfreaks.com/topic/73736-solved-different-ip-to-different-url/#findComment-372220 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.