Results 1 to 13 of 13

Thread: Password Check [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2003
    Location
    Auckland
    Posts
    1,139

    Password Check [RESOLVED]

    hi all,

    Code:
    <?php
    
    if ($action == "save")
    {
    	
    $result = mysql_query ("INSERT INTO DB_Warriors_Users Values ('','$user_name','$user_email','$user_password','$user_pending_flag','$user_suspended_flag','$user_moderator_flag','$user_admin_flag','$register_code','$user_real_name','$location','$age','$sex','$season_tkt_no')");
    
    ?>
    On my form I have user_password and user_password_confirm

    I have made the about code and after a user clicks the submit button to action "save" the form, I want it to check if the user_password is the same as the user_passowrd_confirm... I guess and if statement.... any ideas?????
    Last edited by kiwis; Apr 3rd, 2004 at 11:46 PM.

Posting Permissions

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



Click Here to Expand Forum to Full Width