Ver Mensaje Individual
  #5 (permalink)  
Antiguo 05/09/2014, 17:38
maxpower2008
 
Fecha de Ingreso: diciembre-2007
Mensajes: 427
Antigüedad: 16 años, 4 meses
Puntos: 35
Respuesta: Error Resoruce

Código PHP:
Ver original
  1. $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() );