I am using include("abc.php") in my code which is on host1 and abc.php is on host2. Then where abc.php actually gets executed...host1 or host2???
host1
Thank for reply... can you suggest how can I transfer the execution of abc.php on host2 from host1 without actually showing abc.php in location bar.
include 'http://www.host2.com/abc.php';