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 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. 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? 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
Archived
This topic is now archived and is closed to further replies.