hi ,
i been trying to get the domain info from email address during registration and pass it to the field - domain ,which i created in customer table...

($userName, $mailDomain) = split("@", $email_address);
$sql_data= 'customers_domain' => $maildomain;


can some please guide on this ....

i tried its not updating the domain colum ....