Can you see the referring url if you use this php redirect code. <?php header( 'Location: http://www.url.com' ) ; ?> or you will see "no referring url"?
The referrer header is sent by the users browser, not the web server. So no, you will not see the ref. If you want to see that then you will need to use curl or fsckopen
Thank you for your response. Can you give me a sample code for curl or fsckopen. Or maybe a site where I can understand this more.