Password changedSetup a new password¡¯; writeFoot(); } else { // Password failed writeHead(¡°Password change failed¡±); echo ¡®

Password change failed

¡¯; echo ¡®

System returned following information:

¡¯;
      print_r($output);
      echo ¡®
¡¯; echo ¡®

Please contact tech-support for more info! Or try

¡¯; writeFoot(); } } else { writeHead(¡°Something was wrong ¡ª Please try again¡±); echo ¡®Error - Please enter username and password¡¯; writeForm(); writeFoot(); } } // display html head function writeHead($title) { echo ¡® ¡® .$title. ¡® ¡¯; } // display html form function writeForm() { echo ¡®

Use following form to change password:

(required)
(required)
¡®; } // display footer function writeFoot(){ echo ¡® ¡®; } ?>