Search found 1 match

by alphapp
Tue Aug 19, 2003 9:26 am
Forum: PHP - Code
Topic: calling a function from another site
Replies: 1
Views: 222

calling a function from another site

hi all i ahve 2 site and i write a function to get some field from DB of site 1 and print it . i want to show this fields in my next site . i write a php code to call first function : <?php include "http://76entry.org/script/mtheaders.php"; mtheaders(); ?> but it return this error : Fatal ...