This program performs a registration on the sole client interaction , this is nothing new , the point is that the user is forced to set his correct E-mail Address , if he wants to get the access data that are modified during registration.
If you see the registration in the Php-Bay demo you will understand that eventually a fake E-mail Address can be set during the registration and get the access in the basic ads program , there are other considerations to do ( such as : what for ? ...etc - But basicly a fake E-mail Address can be set there and here too , but... ) Here the user surfs into the registration program, he then starts the process by searching the site database for a non used username & for a non used password , finally when he finds them and the field for E-mail is also filled, ( he can gently be warned before that there will be no use to set a fake or invalid E-mail Address ) , then the program first manipulates his password that becomes crypted to him , the program sets the password length in front of the password string , ( the length is the number of characters of a string ) thereafter the program encodes to the password the next progressive id that his record will take , so let\'s say that he found secret as password and the position of his record will be the 123rd so his new password will be : 6secret123 , then the program stops and ask the user to send the data ( he will send the data to himself, he cannot see the modifications that the program has done, this is PHP [not JavaScript] )
Actually he sends the data using the Site-Php-Mail and if anything goes wrong, his E-mail to himself will get lost and he has been working for nothing. What is actually remarkable is the fact that the Php-site administrator does not have to send any E-mail to the user, the webmaster can pick up control of the new entries in any moment from the site database where the records have been set, for example once a week, and he might include the member\'s data on the site newsletter.
we have exemplified all this to discourage you to easily believe to have more luck than what we had in finding clear literature to do it all by yourself , by www.ics-php.com your clicks let you see the code impact reported to the topic you have under your mouse and the related layout... under your eyes ( ... if you subscribe )