Código PHP:
Ver original
<?php include ("librerias.php"); #$datoModificar = 88888888; #$_POST['modificar']; #$ref1 = "Alba Rosa Estrada Reyes"; #$_POST['referencia1']; #$ref2 = "Colegio Patria #1324";#$_POST['referencia2']; #echo $datoModificar." ".$ref1." ".$ref2; WHERE nombre ='Alba Rosa Estrada Reyes' AND domicilio ='Colegio Patria #1324' "); } else { echo "Se grabaron los archivos"; } ?>
Me tira este error:
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 '1' at line 1.
He googleado bastante y no se a que se deba. ¿Alguien que me pueda ayudar? Se los agradecere mucho.