var $host_url="https://"+window.location.host+"/"+window.location.pathname.split('/')[1]+"/app.php?a="; function stuRegNoRemoval() { $('#loadtab').load('html_modules/student_reg_remove.html?v='+version, () => { loadUnivs('univname'); // $("#studinfo").hide(); }); } function getStuDet(){ var univcode = $('#univname').val(); var studid = $("#studid").val(); // console.log("univcodestudid",univcode,studid); var parameters = "&univcode="+univcode+"&studid="+studid; $.ajax({ type: "POST", url: $host_url+'stuRegRemove'+parameters, success :function(response){ var {error_code, data, status} = response; var data = response.data; console.log("res",data); html =``; html= `
${row['fregno']} | ${row['fname']} | ${row['fdob']} | ${row['fmobileno']} | ${row['femail']} | `; } } if(error_code == -1){ html +=` | ||||
No details found for the given Reg. No. |