Monday, August 9, 2010

How To Make Register With Ajax

To Make Join With Ajax go to yourdomain.com/htdocs/members

Find & Edit join.php Like Below :

if($action == "join") { $requestVars = isset($_REQUEST) ? $_REQUEST : array(); $uName = trim($_POST['uName']);


Find & Edit Like Below :
else if($uTerms != "yes") {
$error="You must agree to the terms.";
}
else if (substr($requestVars['captcha'], 10) != $_SESSION['captchaCodes'][$_SESSION['captchaAnswer']]) { $error="Choose right caphtcha ansver !"; }


Find & Edit Like Below :


After Finish Will Be Look Like This :


1 comment: