Results 1 to 2 of 2

Thread: how to process form without reloading a page?

  1. #1
    Join Date
    Aug 2008
    Location
    London
    Posts
    11
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default 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!!!!!!!!!

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    Javascript used in the manner as "AJAX" is defined would be the best solution yes.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •