Quote:
Originally Posted by Brad.loo
Check this area of register.php out.
PHP Code:
// ############################### start add member ###############################
if ($_POST['do'] == 'addmember')
{
|
Thanks Brad. Do I need to include any file so that this works properly (aside from the file that holds the functions for the salt passwords)? I'm beginning to think it would be easier just to do the entire registration thing through vBulletin but I'll keep at it.