i have two domain with different hosts,
server 1 : abcd.com
server 2 : wxyz.com
i want to use require_once function,
if this config.php hosted on abcd.com
<?php [b]require_once('/config.wxyz.php');[/b] ?>i want to put config.php on wxyz.com server and how can i link to php code?
sorry im noob
thanks