D
|
Dale 9/7/2010 |
Try quoting |
W
|
wildwally author 9/7/2010 |
Try quoting Email = '".$userdata["email"]."'";
|
![]() |
Sergey Kornilov admin 9/7/2010 |
What's your version of PHPRunner and which event do you use? |
W
|
wildwally author 9/7/2010 |
Found that the email should have been Email, BUT still getting error and not sure what |
R
|
rod 9/7/2010 |
Found that the email should have been Email, BUT still getting error and not sure what Error type256Error descriptionYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where Email = 'wally1@ir.com'' at line 1URLlocalhost/Project_VA/register.php?Error fileC:\*\***\***\**\****\output\include\dbconnection.phpError line36SQL queryinsert into _users (Status) values ('Pending') where Email = [email=""]'wallyabc@abc.com'[/email] EDIT** Sorry didn't see your post....PHPRunner 5.2 And I've tried both the Before registration and after succesful registration
|
W
|
wildwally author 9/8/2010 |
You could try entering the "Pending" value on "Global Events" / "Register Page" / "Before Registration" and leaving it off of your registration form.
|