jquerymobile login form with php
   jquerymobile login form with php  login.php    <!DOCTYPE HTML> <html> <head>  <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="description" content="" /> <meta name="keywords" content="" /> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css" /> <script src="http://code.jquery.com/jquery-1.9.1.min.js">  </script> <script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js">  </script>  </head> <body> <script language="JavaScript" type="text/JavaScript"> function logout() { $.get('logout.php', function() { alert("the server page executed"); //Here you may do further things. window.location = window.location; }); } </script> <?php  if($_POST['username'] =='a...