been trying to make it so if the email is taken just like the username it pops up with message saying email is already in use or something like that .or even its not a valid email. 
i added this to core
	but am stuck as wot to add in the register.php 
have tried a few things but it just registers the name anyway and says username is taken but it still registers lol .
cheers guys .;
					i added this to core
Code:
	
	case 15:
        $errl = "<img src=\"../phpThumb/phpThumb.php?src=../images/point.gif\" alt=\"!\"/> Email address is taken";
        $ue = "<img src=\"../phpThumb/phpThumb.php?src=../images/point.gif\" alt=\"!\"/>";
        break;
have tried a few things but it just registers the name anyway and says username is taken but it still registers lol .
cheers guys .;

Comment