PHP 5: SQLUtils
Carlos Alberto Junior (contact me)
This class can be used to validate and filter text values eventually before using them in SQL database queries.
It can perform several types of validation and text processing operations like:
- Verifying whether string contains a numeric value
- Remove from a string a group of characters that could be used in SQL injection attacks
- Retrieve the MD5 hash of a string
- Encode a string using the base64 algorithm
Click here for detailed information about this class on phpclasses.org