
24/10/2011, 09:24
|
| | Fecha de Ingreso: agosto-2011 Ubicación: la paz
Mensajes: 83
Antigüedad: 13 años, 7 meses Puntos: 4 | |
Respuesta: no me ingresan los datos a la BD
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() { }
|