Tengo unos problemas con la siguiente query:
Código PHP:
$query = " INSERT INTO anime (serie,uploader,capitulos,fansub,duracion,sinopsis,flv,titles) values ('$serie','{$_POST['uploader']}','{$_POST['capitulos']}','$fansub','{$_POST['duracion']}'),'$sinopsis','$flv','$titles' ";
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''','',''' at line 1
No entiendo donde esta el error en mi query, eh intentado de todo :S....
Desde ya se los agradezco :P