Can anyone tell me how to send the text inside an input textbox?
I’ve been using this:
$.get("registernext.php", { uname: uname, pass1: pass1, pass2: pass2, email: email },
function(data){
$("#mainNotes").html(data);
});
Can anyone suggest how to get this working? 🙂
The text boxes have the same name as the variables I want to use.
Thanks for the help!
Give the input boxes the id’s rather than just the name and set the variables as: