PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hi
This is my problem. I have script at domain
traffic.com/out.php
and I am sending to it from domains
mydomain1.com,
mydomain2.com,
mydomain3.com
etc...
Now hits from traffic.com/out.php are sent to
target1.com,
target2.com
etc...
How can I replace referer at traffic.com so that
it shows what I want ( traffic.com ) instead of
mydomain1.com
etc...?
Is it possible at all?