Skip to Content
मेन्यू
This question has been flagged
2981 Views

js 

$.ajax({
url: returnURL()+'/andy_web_file/andy_web_file/userlogin',
type: 'POST',
data: data,
dataType: 'JSON',
cache: false,
processData: false,
contentType: false
})

How to write Controller???


Avatar
Discard