PHP detect spam name
//in your php ignore any submissions that inlcude this field
if(!empty($_POST['website'])) die();
PHP detect spam name
//in your php ignore any submissions that inlcude this field
if(!empty($_POST['website'])) die();
PHP detect spam name
<!-- within your existing form add this field -->
<input type="text" id="website" name="website"/>
PHP detect spam name
/*in your css hide the field so real users cant fill it in*/
form #website{ display:none; }
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us