hi all,
On my form I have user_password and user_password_confirmCode:<?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')"); ?>
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?????




Reply With Quote