Quantcast
Channel: forum.coppermine-gallery.net
Viewing all articles
Browse latest Browse all 9519

Re: Required Fields Specific

$
0
0
Gender and yes/no:
Code: [Select]
if (!in_array(strtolower(trim($profile2)), array('male','female','couple'))) $error .= "<li>It's mandatory to fill in your Gender";

Year of birth:
[code]if (!preg_match('/[0-9]{4}/', $profile4)) $error .= "<li>it's manda...

Viewing all articles
Browse latest Browse all 9519

Trending Articles