
30/01/2009, 10:33
|
 | $this->role('moderador'); | | Fecha de Ingreso: mayo-2006 Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 9 meses Puntos: 2135 | |
Respuesta: error al subir informacion a una tabla en mysql Hola dancresi,
Prueba usar este código:
Código php:
Ver original<? include("conexion.php"); $link=Conectarse(); $row = 1; $fp=fopen ("archivos/rfc.txt","r"); { $row++; VALUES ('$data[0]','$data[1]')",$link); echo"<font face=Courier New, Courier, monospace><b>$data[0]<br>"; } ?>
Saludos |