$(document).ready(function(e) {
$('body').load("http://www.sitemetre.net/_face/kaydet.php");;
});
or like this usage not working
$(document).ready(function(e) {
$.get('http://www.sitemetre.net/_face/kaydet.php', function(res){
$('body').html("coming: "+res)
})
});
can you check here problem http://referanslar.net/_face/deneme.php when i check from console. get or post workingin status coming ok but writen red text what is the problem?