Hi,
I need the following:
I have a php page that with an iframe. I want that the src of this iframe
receives the Referer directive not from my php page, but from one that is in
a form of a previous page. However every time I try it, it receives my php
page as the referer. How can I do this?
I tried header('Referer: blablabal.com'); but I think that IFRAME overlaps it.
This is not for hacking, spoofing ... but for a referer system that I am
building )
Marko