E-mail link code
Secondly, the validation email link does not work, i.e. it is not hyperlinked. It only works if I copy and paste it into my browser. 
Spent a little time on this one (coz it was another issue I hadn't bargained on) and this seems to work.
Edit the registration.php code to add the necessary html code to make the link clickable:
<p>Please follow the link below in order to verify this email address:</p>
<p>
<?php echo '<a href ="'.$WAGLOBAL_Root_URL.'users_Confirm.php?ID='.mysql_insert_id().'&code='.$_SESSION['randomConfirm'].'">'.$WAGLOBAL_Root_URL.'users_Confirm.php?ID='.mysql_insert_id().'&code='.$_SESSION['randomConfirm'].'</a>'; ?>
Peter


