Forum Moderators: coopster
I hope some nice PHP guru can answer my question. I am a programmer but I don't know PHP so please go easy on me! :)
I am trying to do a PHP include as follows:
<?php include("http://www.mysite.com/mypage.html?ipaddress=IPADDRESS");?>
I need to pass the surfer's ip address as a parameter to the include URL. What should I replace "IPADDRESS" with to accomplish this?
Any and all replies are much appreciated!
Thanks,
Barry