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.