calling a function from another site
Posted: Tue Aug 19, 2003 9:26 am
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 :
but it return this error :
how can i do this ? and what is wrong ?
thx in advance
ali
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 :
Code: Select all
<?php
include "http://76entry.org/script/mtheaders.php";
mtheaders();
?>Code: Select all
Fatal error: Call to undefined function: mtheaders() in /home/wplus/public_html/test/mttest.php on line 8thx in advance
ali