![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
05/09/2014, 17:38
|
| | Fecha de Ingreso: diciembre-2007
Mensajes: 427
Antigüedad: 17 años, 2 meses Puntos: 35 | |
Respuesta: Error Resoruce
Código PHP:
Ver original$result = mysql_query("SELECT Texto FROM tbl_rv60 WHERE ID='".$_POST['Libro_id']."' AND CAPITULO='".$_POST['Capitulo']."' AND VERSICULO='".$_POST['Versiculo']"' ; " ) or die("Error, ". mysql_error() );
|