8 Responses to “PHP Tutorials: Register & Login: User registration (Part 2)”

  1. USERNAME6972 says:

    use the mysql command line.

  2. harryrockin says:

    can you tell m how you made the login.php ? as i dont think i can make a register page if i dont have any varibles to check also how can i make the tables because i dotn use myphpadmin

  3. sabriath says:

    Just some info….”md5″ is known as a “one way encryption”. Which means you CANNOT decrypt it once it has gone through the process. You can match md5 to md5 to make sure that the person has the correct primary password, but you won’t know what it was before the md5 process.

  4. bogsluck says:

    Got the same problem

    I solved it by placing the next code above:
    if ( $_SERVER['REQUEST_METHOD'] == ‘POST’ )

    $submit = $_POST['submit '] {

    Good luck!

  5. FrigginHair says:

    I don’t think using an & at the start is helping, it may fix it but it will cause long term problems, your code may by missing a ‘ ‘ somewhere, or your using a “” in a varaible which should be ”.

  6. picturesx4xlife says:

    PHP info is great but do you post the code you write?

  7. tre2001 says:

    you need to change ( ‘ ‘ ) by ( ” ” ) in all appllication i hade a same probleme but whene i change ( ‘ ‘ ) by ( ” ” ) its working like
    $submit = $_POST['submit '] its became
    $submit = $_POST["submit "]

    thks Mr ALEX good job its clear and working

  8. MrDJRaz says:

    for all your download needs, just register and access the downloads

Leave a Reply