// This program is released under the terms of the GNU General Public License. // include "ctdlheader.php"; bbs_page_header(); if ($_POST["action"] == "Login") { list($retval, $msg) = login_existing_user($_POST["user"], $_POST["pass"]); echo $msg, "
\n"; } if ($_POST["action"] == "New User") { list($retval, $msg) = create_new_user($_POST["user"], $_POST["pass"]); echo $msg, "
\n"; } else { echo "uuuuhhhhhhhh....
\n"; } ?> Page Two
Page Three