There was a function for e-mail confirmation. I do not want to use regex. What is the function of a kind I did not think.
and a function for IP validation in PHP’s own facilities?
There was a function for e-mail confirmation. I do not want to use regex.
Share
Check against PHP’s filter_var function. It can validate both IPs and e-mails and several other stuff.