in register.php i have:
i dont want to send the user to register_confirm.html. i want to send them to a new url to so they can register for my forums. what would i put in place of DisplayTemplate?PHP Code:if($enable_user_validation)
DisplayTemplate($theme_path."register_confirm.html",
"\$novar");
Also, how could i pass the username and email variables to the new url and put them in place so the user doesnt have to type them again. im guessing this will be done in the url so the password should not be sent?
scheetz


