[ic] Email and Unique Account settings

Davor Ocelic docelic at spinlocksolutions.com
Mon Nov 26 09:27:47 EST 2007


Two more hints actually,

$CGI->{already_registered} = 0;
my $email = $Tag->cgi({ name => 'email', filter => 'sql' });

$sql = "select email from userdb where email = '$email'";
$Tag->query({ sql => $sql, hashref => 'check_rgdata_results_fnc' });

......




More information about the interchange-users mailing list