JavaScript
4
Вклад в тег
jQuery("#button").html(`<input id="button" type="button" onclick="post('name');">`);
if ( (strpos($_POST["message"], "http") !== false) || (strpos($_POST["email"], "http") !== false) ) {
$errors = 'Спамер чтоли?'; // если находим ссылку - возвращаем ошибку
}