is it possible to pass value from aform to the same page .for example i have to delete a record .suppose i have a page delete.php which have option to delete a user from a list of users.upon selecing a user and clicking the submit i have been redirected to anotherpage suppose aftdelete.php where i have written code for deleting the user corresponding to the value that is passed from the form of delete.php.My qn is is it posiible do the process in the same delete.php without going to aftdelete.php.That is after clicking the button i dont want to go to anoher page i just want to be in the same page and do the delete function.how is it possible