I have a perl program which allows the user to enter a value into a web form and then when they click submit, that value is used to look up a user ID and the data associated with it in a PostgreSQL database.
My question is, how do I prevent them from entering special characters with the intention of hacking and such?
thanks!
My question is, how do I prevent them from entering special characters with the intention of hacking and such?
thanks!