$('#submit').click(function(event){
//code to do php include(otherpage.php)
});
How am i able to archieve this with a submit button with id=submit?
$('#submit').click(function(event){
//code to do php include(otherpage.php)
});
How am i able to archieve this with a submit button with id=submit?