I come from PHP world where we have easy access to things like filter_var() function and mysql_real_escape_string() for filtering/validating and sanitizing user input. Can anyone recommend to me something similar that I can use for Java?
Ricky
Printable View
I come from PHP world where we have easy access to things like filter_var() function and mysql_real_escape_string() for filtering/validating and sanitizing user input. Can anyone recommend to me something similar that I can use for Java?
Ricky
Just another cross poster.
Java Programming - Looking for standard form validation(type, length, sanization) in java
db
I think I'm looking for just basic data validation techniques and possibly sanitize?