i have two files. In first (parent, address: www.myaddress.com/fun/test.php) is jQuery function:
<script type="text/javascript">
$(function(){
$(document).ready(function()
{
import_f = setInterval(function()
{
$('#file').load('fun2.php?id='+ Math.random());
}, 5000);
});
});
</script>
I fun2.php dosyası tam sayfa adresi yazdırırken, i olsun:? / Fun2.php id = 0,31089064538474454.
Nasıl parantez sayfa adresi olsun. (Www.myaddress.com / eğlence / test.php).
Veli adresi her zaman başka olabilir, bu yüzden bir fonksiyonu bulmak gerekiyor.
Teşekkürler