Databases: Database Abstraction plus SQL Injection
Muhammad Sameer (contact me)
This package is a wrapper to access MySQL databases.
It can establish database connections, execute SQL queries and retrieve query results.
It can also help avoiding SQL injection attacks by quoting text literal values with either the PHP mysql_real_escape_string function if available, or the addslashes functions otherwise.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Sufficient (75.0%)
| Sufficient (66.7%)
| -
| Not sure (58.3%)
| -
| -
| Not sure (50.0%)
| 1256 |
Click here for detailed information about this class on phpclasses.org