i have a form and need to send values of textboxes to php side.
I always put my variable's value to a hidden and then send it to php side. I think this is foolish. Is there a way to send textbox values like that
$.post("adasda", {"degisken1":$("#txtEmail").val()} ,function(response){})
adasdais a valid path in your web app. Is there a specific problem you're having?