示例#1
0
 public static function executeSQL($sql)
 {
     DataConnector::getConnection();
     mysql_query($sql) or die(mysql_error());
 }