![javascript](https://habrastorage.org/r/w120/webt/59/cc/76/59cc7600c78a2239379574.jpeg)
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 = 'Спамер чтоли?'; // если находим ссылку - возвращаем ошибку
}