my problem is, how can we pass variable from these external file to the main file? i'm using readfile() instead of <iframe> because it embed into the external site better from the terms of design. however, when i declare a variable, e.g.
Code: Select all
$v1="testing";Code: Select all
echo $v1same happen to $_SESSION, or global, it still not working. Notes that these external site and main site will have different domains, so will that be a problem ?