Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

PHP Tutorials: Register & Login: User password change (Part 1)

Loading...

Sign in or sign up now!
36,589
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Feb 21, 2009

Part of the 'Register & Login' Project from PHP Academy. This tutorials walks you through changing the users password stored in the database.

  • likes, 5 dislikes

Link to this comment:

Share to:

Top Comments

  • Nice Alex nice!

    Thanks for this video!

    I like the new thing that you've added in this tutorial and that is:

    php

    if(submit i clicked)

    else(present users with the form)

    php

    and that was all in php! so no need for any separate html code as we can embed them all inside echo in php!

    Thanks and see ya in the next part!

  • @omanoman98 if(isset($_POST['submit'])) 

see all

All Comments (22)

Sign In or Sign Up now to post a comment!
  • @tony098uk instead of that put  if(isset($_POST['submit']))

  • @MrSaadalti thanks!!

  • @dtcalleja Do you mean that you would like to echo the username to the user who is logged in? Use the $user = $_SESSION['username'] and type in echo $user;

  • how can i create another session for name. So whatever page i want to show their name i just call it.

  • turn on captions, it's funny

  • Thank you,it's works :)))

  • Im getting an undefined error message on line 9.

    on that line I have

    if ($_POST ['submit'])

    What have I done wrong?

Loading...

0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more