hello there!
i have a form that will update a database when values are entered into it. for example, i have one box named "title" and one named "body". Anyhow, I have it set up so that when i click the "submit" button the values i entered into the form are taken to another page called "update.php" where the database is updated with the values entered into the form.
What i need to do is be able to update the database when i click the submit button WITHOUT having to go to the update.php file. Somehow i have to put the code in update.php in the same page as the form. Can anyone help me?