I want to know how to create a referal link.My plan is that when somebody clicks a link the visitor's IP, start to stop time etc should be logged into database.
you can get the visitor's ip by using this: $ip = $_SERVER['REMOTE_ADDR']; and referer: $referer = $_SERVER['HTTP_REFERER'];