Konu
İnclude
02-04-2009, 20:01:47
#6
Misafir
curl / file_get_contents işinizi görecek 2 fonksiyon
bir örnek
<?php $kaynak=file_get_contents("http://www.site.com/includeedilecekdosya.php"); echo $kaynak; ?>