AT the moment, the site I look over sends an activation email to new members which have a link they must click to activate their account. While this seems like a good idea, it has many faults such as occasionally the email lands in their spam/junk folder and its yet another step the user has to do.
I was try to make it easier for users ...
I'm building a membership system keyed by email address. I.e. Email/password.
As I do it there is always this niggling concern in the back of my mind that a spammer is going to bot my forms and use them to verify email addresses somehow.
For example, if I put an ajax email checker on the registration form which goes off and asks the se...
Hi there,
I am kinda new to php and i am trying to figure out how to make recaptcha work on my site.
Here is an excerpt from my "signup.php" and i have corresponding signup.html which acts like a template... The head part of it looks like below...
<?php
require_once('includes/config.php');
require_once('includes/functions/func.global...