Forum Moderators: coopster
i used ... include("/home/sitename/public_html/file_name.php");
but its not working can someone help me...
its urgent
See the PHP documentation [php.net] for details.
include 'http://www.example.com/file_name.php';
like if i have a top.php in domain one i included it in every page and use it.
if i have another domain domain 2 can i use it there too...