
24/10/2011, 10:42
|
| | Fecha de Ingreso: mayo-2009
Mensajes: 17
Antigüedad: 15 años, 10 meses Puntos: 0 | |
Respuesta: no me ingresan los datos a la BD Cita:
Iniciado por amils21
Código PHP:
Ver original<?php function conectar() { $conecta = @mysql_connect("localhost", "root", "");/*TALVES SEA LA ARROBA PUEVALO Y ME DICES YO LO HAGO ASI*/ if (!$conexion){ } } function desconectar() { }
no me ha servido. |