StrainedEyes
All the way up it!
- Joined
- Nov 27, 2000
- Messages
- 16,332
- Reaction score
- 0
- Points
- 31
I designed a website for a small company and on it is a registration form that people fill out and submit. I used the Dreamweaver behaviors panel to add javascript validation to the form, but I know how easily bypassed this is. I am an extreme novice when it comes to web coding, I built the Form's .php action by watching a youtube video that explained step by step how to code.
The website receives a lot of submissions from fake email addresses or foreign email address with gibberish written in the rest of the form. I did not know before today that these could be hackers trying to get into the server and mess with the emails and site server. I have the javascript validation for the email address and name etc... but it does not help.
What I want to know, if anyone can help, is how to code Server side validation, which is much more secure then javascript. If anyone can point me in the right direction it would be appreciated.
http://www.ies2400.com/students/start/registrationform.html This is the form in question, I don't know if it helps.
The website receives a lot of submissions from fake email addresses or foreign email address with gibberish written in the rest of the form. I did not know before today that these could be hackers trying to get into the server and mess with the emails and site server. I have the javascript validation for the email address and name etc... but it does not help.
What I want to know, if anyone can help, is how to code Server side validation, which is much more secure then javascript. If anyone can point me in the right direction it would be appreciated.
http://www.ies2400.com/students/start/registrationform.html This is the form in question, I don't know if it helps.