Hi,
New to PHP - this is my first registration path.
Please let me know what you think from all aspects - design to security. I'm sure there's a lot here to be improved.
http://prizestars.com/wp-content/themes ... gister.php
Thanks,
Richard
Registration Process
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13592
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Registration Process
I will comment on the first two things I noticed.
1. You did not post any source code so it is difficult to critique your code.
2. Your form (register.php) should post to itself, not to a separate page (register-mail-2.php). Posting to the same page is considered a best practice because the user can see the errors directly on the form page and correct them.
1. You did not post any source code so it is difficult to critique your code.
2. Your form (register.php) should post to itself, not to a separate page (register-mail-2.php). Posting to the same page is considered a best practice because the user can see the errors directly on the form page and correct them.
(#10850)