Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
thebestprx
/
public_html
/
project
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/thebestprx/public_html/project/function.php
<? function checkemail($email) { // if(ereg("^[^@ ]+@([a-zA-Z0-9\-]+\.)+([a-zA-Z0-9\-]{2}|net|com|gov|mil|org|edu|int)$", $email)) if(preg_match("/^[_\.0-9a-zA-Z-]+@([0-9a-zA-Z][0-9a-zA-Z-]+\.)+[a-zA-Z]{2,6}$/i", $email)) { return true; } else { return false; } } function msg($status,$txt) { return '{"stat":'.$status.',"txt":"'.$txt.'"}'; } ?>