Sexay_Hamster
11-24-2003, 08:16 PM
im using this to search an array to varify emails...
i used
$emailvarify = explode("@", $email");
then i want to search $emailvarify['1'] to make sure it has a . so i know it has a .com or .net after it..
anyone know how?
i used
$emailvarify = explode("@", $email");
then i want to search $emailvarify['1'] to make sure it has a . so i know it has a .com or .net after it..
anyone know how?