$a = 2 + '5%' + '$2';
echo $a;
echo '{ "error":"1", "message":"Извините, введенный вами Email или Пароль неверный"}';
echo '{ "success":"1" }';
success: function(response) {
if(response.error){
$('#min').html(response.message);
//ошибка
} else if(response.success){
//location.href='http://youpage';
}
}
$pattern = "/7{1}\(\d{3}\)\d{7}/";
preg_match($pattern, $string, $number);
print_r($number);