Should user input be validated for its length in PHP (server side) as a security measure?
It is important to note that this user input will undergo validation and sanitation using regex (on the server side in PHP) and then will be inserted into a database. Later it would be shown to other users on the same web sit… Continue reading Should user input be validated for its length in PHP (server side) as a security measure?