Simple DB encapsulation class
instantaniate with details, use query to perform query
You should add mysql_real_escape_string() around the query.
Comments
You should add mysql_real_escape_string() around the query.