I have a site domain.com that i want to let access some information on a database. So what I am doing is this
on domain.com/reg.php I am including a file from mydomain.com that accesses the database. But it isn't printing anything. I am just using
<?
include("http://www.mydomain.com/file.php");
?>
whichi is a simple list from the database.
Any ideas?