Kashipara.com is a community of ONE million programmers and students, Just like you, Helping each other.Join them. It only takes a minute: Sign Up
Job Resume TemplateIn this page list of issues on Online Laundry Management Project by Bootstrap. This source code share by poonam bansal. If any errors in this project then you can ask question to developer or send a private messages. This project have a total 2 issues.
Online Laundry Management Project by Bootstrap in PHP
$(document).on('submit', '#form-login', function(event) { event.preventDefault(); /* Act on the event */ var un = $('#username').val(); var pw = $('#password').val(); $.ajax({ url: 'data/user_login.php', type: 'post', dataType: 'json', data: { un:un, pw:pw }, success: function (data) { // console.log(data); if(data.valid == true){ window.location = data.url; }else{ alert('Invalid Username / Password!'); } }, error: function(){ alert('Error: Login.js L13+'); } });//end a req });
jeren123 2018-11-18 02:32:27
Online Laundry Management Project by Bootstrap in PHP
Dear Poonam How r u? Am Saiful from Dhaka...a learner of web dev. Now I tried to build a website whr I can sell my website template ( by click to download with pay system) which I developed myself. And a paypal checkout for payment gateway. Can u send me the code/script or a sample complete template for free ?? as I am a hobbyist and try to make me as developer. FYI I am 46 yrs old and a Banker... And spending my free time with some learning abt this. I am glad if u send me the same I told here. mm.saiful71@gmail.com shaheensahil2@gmail.com regards Saiful
shaheensahil 2017-09-19 02:14:59