Recently we designed and created the Cannock Chase app. This was a historical app, designed to take the visitor around the Stoke-on-Trent city, whilst bringing to their attention key areas where important events took place.

var username=$('input').val(); $.ajax({ url:'meta.php', method:'get', data:{name:username}, success:function(data) { alert("Sucess"); }, error:functoion(data) { alert("error"); } });