|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Links like below how work in PHP APPLICATION to activate a website account ?
links like below how work in PHP APPLICATION to activate a website account ? after click this link eg ?
"To complete your registration, please visit this url: http://www.xxx.org/forum/register.php?a=act&u=14889&i=50359459 " |
|
#2
|
|||
|
|||
|
I guess there is an 'activated' column in the database of users which is a boolean, and when you activate the page it will just change the value of the bool to 1 (If I remember rightly a boolean is either 1 or 0, so set 0 for No, and 1 for Yes). That way if the column is 1 the account is activated, whereas if it is 0 it still needs to be.
Make sense?
__________________
~~==~~ Whoever said nothing is impossible never tried pushing a revolving door ~~==~~ |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Applications > Links like below how work in PHP APPLICATION to activate a website account ? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|