I need a little help here.
1) Is there a way to get variables from one domain to another using require() or include()?
Example:
require("http://www.this.com/script.php");
echo $var;
2) Does PHP have somethat that will get incoming domains?
So is someone comes on my site I can see the last domain they where at?
Thank you much.
- Rayn