Bu tip bir Sorunun nerden kaynaklanıyor olabileceği hakkında fikri olan arkadaşların yorumlarını bekliyorum
Kullandığım SQL kodu:
("INSERT INTO `video` (`videokey`, `username`, `title`, `flv`, `description`, `tags`, `category01`, `category02`, `category03`, `broadcast`, `location`, `datecreated`, `country`, `allow_embedding`, `rating`, `rated_by`, `voter_ids`, `allow_comments`, `comment_voting`, `comments_count`, `featured`, `featured_description`, `allow_rating`, `active`, `favourite_count`, `playlist_count`, `views`, `last_viewed`, `date_added`, `flagged`, `duration`, `status`, `embed_code`, `embeded`, `flv_file_url`)
VALUES
('$video_key', 'admin', '$title', '$flv_sayi', '$aciklama', '$keywords', '$kategori', 0, 0, 'public', '', '', '', 'yes', 0, '0', '', 'yes', 'yes', 0, 'no', '', 'yes', 'yes', '0', '0', 3, '$tarih', '$tarih', 'no', '255', 'Successful', '', 'yes', '$flv_adres')")