When the page loads i have setup a jquery $.post()
$.post("area.php", {'user': $('#state').val()},
function(info){
//do something
});
So upon load the php is called and is there a way to know if no info
is received due connection failure or similar?