Anyway that when I get an url using fopen that I can fake the referrer?
I've seen programs do it, so it can't be hard, but is it possible through fopen (or any other method?)
You can't fake anything using fopen(). You need to use fsockopen() and send the headers that you want to send manually.
Someone suggested that for faking a POST too!
Could you post an example of how I'd do this? Is it a big job or simple?
Thanks,
Danny
Please see this topic: http://www.phpbuilder.com/forum/read.php3?num=1&id=116283&thread=116189
Also, do a search for "simulating post" or "faking post" here: http://marc.theaimsgroup.com/?l=php-general
// Tobias Talltorp