View Single Post
Old 10-04-2012, 10:42 PM   PM User | #23
LearningCoder
Regular Coder

 
LearningCoder's Avatar
 
Join Date: Jan 2011
Location: The Pleiades
Posts: 848
Thanks: 67
Thanked 28 Times in 28 Posts
LearningCoder is an unknown quantity at this point
Here is my sql error:
Code:
Error

SQL query:

ALTER TABLE `members` ADD `reset` VARCHAR NULL

MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'NULL' at line 1 
So just so I am clear, I can pass the user id and a unique key (which is generated from uniqid()) through the link in the email.

What do you mean by as long as it is correct?

Do I still need to create the table field with your alternative route?

Regards,

LC.
LearningCoder is offline   Reply With Quote