Hi guys,
I need some help. I have a URL I need to open, lets call it http://url.com/page.php from a PHP script on a different server... Sounds easy, just use fopen fread or something... But then it gets a little more trickly. I have a cookie on my computer which http://url.com/page.php uses, but would it sill use itif it was called by this other page, and if not, how can I get around that issue? The other thing is, I need this page to pretend thathttp://url.com/page.php's referrer is http://click.com/redirect.php say... How can I do this?
Thanks!