In www.example1.com/demo.php I have a variable named
$x=5
I want to display the value of $x in www.example2.com
How to do it?
www.example2.com does not have server-side language support. Can I do it with JavaScipt or does it have a another way to accomplish it?