Código SQL:
Ver original
SELECT TEXTO FROM tbl_rv60 WHERE ID='".$_POST['Libro_id']."' AND CAPITULO='".$_POST['Capitulo'].' ." AND VERSICULO='".$_POST['Versiculo']"'"
Al ejecutarlo me arroja el siguiente error
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 ''Resource id #2' at line 2
¿pueden ayudarme?