View Single Post
  #2 (permalink)  
Old 11-20-04, 05:56 AM
perleo perleo is offline
Coding Addict
 
Join Date: Jul 2003
Location: Ireland
Posts: 269
Thanks: 0
Thanked 0 Times in 0 Posts
what exactly you trying to do?

the IP is transfered from script to script over the URL ?

then you want to replace the link on the page with the IP like page.php?ip=iphere

that would be

$ip = $_GET['ip'];

and then in every link just put the ?ip=$ip after the pagename
Reply With Quote