include "login.php"; if ($_SESSION["userId"]){ $myID = $_SESSION["userId"]; error_reporting(E_ALL ^(E_NOTICE | E_WARNING)); if ($_POST["pass"]) { $newPass = $_POST["pass"]; include "conn.inc"; $chSQL = "update wd_user set u_pass = '$newPass' where u_name = '$myID' LIMIT 1"; $chRes = mysql_query($chSQL)or die ("Error in changing Password: ".mysql_error()); } ?>
|
|
![]() |
|
|
||||||||||||||||||||||||||||||||
© 2025 War Dogs Motorcycle Club. All rights reserved. MEMBERS ONLY// IF LOGGED IN DISPLAY MESSAGE AND LOGOUT LINK //include "wdsess.php"; if ($_SESSION["userId"]){ ?> LOGGED IN AS USER: • LOGOUT } ?> |