Implement Web Services in PHP & JavaScript. -
i want use web services ajax php , javacript, thied exemple still have error. tried lot of code, please me. xmlhttprequest cannot load xxxxx/login.php. no 'access-control-allow-origin' header present on requested resource. origin 'null' therefore not allowed access. index.html:1 index.html <html><head> <script src="jquery-2.1.0.js"></script> <script src="jsjsjs.js"></script> </head> <body> <div id='logindiv'> <label>username:</label> <input name="username" id="username" type="text"> <label>password:</label> <input name="password" id="password" type="password"> <input value="submit" name="submit" class="submit" type="submit" onclick='chk_ajax_login_with_php();'> <d...