[Problem] For Create Account

05/13/2014 14:08 youcantest#1
Hello, i have problem when i want create account

When i open table i have that

[Only registered and activated users can see links. Click Here To Register...]

And after modif the NULL i got that

[Only registered and activated users can see links. Click Here To Register...]

And after i click Execute sql

That deleted like that

[Only registered and activated users can see links. Click Here To Register...]
05/13/2014 16:25 Zodiao#2
INSERT INTO TB_USER(StrUserID, password, sec_content, sec_primary) VALUES
('USERNAMEHERE', 'PASSWORD HERE IN MD5', 3,3)


*MD5: [Only registered and activated users can see links. Click Here To Register...]
05/13/2014 18:58 youcantest#3
ye but when i insert that not save because is NULL ...

[Only registered and activated users can see links. Click Here To Register...]

Look is modif but when i execut sql is not work
05/13/2014 22:21 Zodiao#4
Why the hell would you write "MD5 letters" in the StrUserID column?
05/13/2014 23:41 youcantest#5
is just for u see what my problem ^^