# Fenixrus (24.08.2013 / 09:36)Быдлокод
ну скинь что у тебя есть
echo '<script type="text/javascript" src="jquery.js"></script><div id="mess"><script>
function show()
{
$.ajax({
url: "../test.php",
cache: false,
success: function(html){
$("#mess").html(html);
}
});
}
$(document).ready(function(){
show();
setInterval("show()",4000);
});
</script>
</div>';