-
how to process form without reloading a page?
I need to create a page which allowes user to change his/her password.
My problem is: I have a php template which loads the necessary php pages from includes directory. If I try to change password using something like this:
<form action="includes/password_change.php" method ="post"> I end up with password_change.php page loading.
Is ajax the only option in this case? Is there another way to process a form without reloading a page?
Please help!!!!!!!!!
-
-
Javascript used in the manner as "AJAX" is defined would be the best solution yes.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks