I have a script and in the footer i want to put php file that calls back to my sever. I want to display links in the footer. So it is similar to a WP template when you do the links in the footer.
Something like this $links = file_get_contents("http://yourhost.com/links4site.html"); echo $links; PHP: And put html code of links in http://yourhost.com/links4site.html
I found this code webhostingtalk.com/archive/index.php/t-264671.html but i do not want to kill anybody maybe could mix them if they take away my links?