When building any sort of web application you need to have a focus on security, one area of security that is a must is data validation.
Data in your web application can come from many sources the system users, third parties or your own database, everything needs to be validated before stored in your database.
Comments