30/09/2010, 14:27
|
| | | Fecha de Ingreso: septiembre-2010 Ubicación: Iztapalapa
Mensajes: 146
Antigüedad: 14 años, 2 meses Puntos: 1 | |
Respuesta: problema con session_start TENGO ESTO EN LOCAHOST:
Código PHP:
Ver original<?php $hostname_localhost = "localhost"; $database_localhost = "BASE"; $username_localhost = "USUARIO"; $password_localhost = "CLAVE"; ?>
|