Guys I have this query ..
I have two servers (say A and 😎 and I wish to include a PHP script on server A in a script on server B. So the main script on server B should have something like ..
Include("serverA.inc.php");
How do I do that? Any workarounds?
Any help will be great!