function insert_mp3($length, $user_id) { $this->db->insert("mp3".AP_PROJECT_NAME, array("length" => $length, "user_id" => $user_id)); return $this->db->insert_id(); } }
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /var/www/theatrologia.su/html/system/application/models/mp3.php:113)
Filename: helpers/url_helper.php
Line Number: 541