Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
if(!$this->last_name)
return PEAR::raiseError('err_input_name', null, null, null, 'last_name');
if ( trim($Email) == "" )
return ERROR_INPUT_EMAIL;
//if ( trim($Email) == "" )
// return ERROR_INPUT_EMAIL;
<font color=red>*</font>
{$smarty.const.CUSTOMER_EMAIL}
<font color=red>*</font>
if (!eregi("^[_\.0-9a-zA-Z-]+@([0-9a-zA-Z][0-9a-zA-Z-]+\.)+[a-zA-Z]{2,6}$", $Email) )
{
//e-mail validation
return ERROR_INPUT_EMAIL;
}
/*if (!eregi("^[_\.0-9a-zA-Z-]+@([0-9a-zA-Z][0-9a-zA-Z-]+\.)+[a-zA-Z]{2,6}$", $Email) )
{
//e-mail validation
return ERROR_INPUT_EMAIL;
}*/