Ver Mensaje Individual
  #11 (permalink)  
Antiguo 30/09/2010, 14:27
Avatar de mexbale
mexbale
 
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
  1. <?php
  2. $hostname_localhost = "localhost";
  3. $database_localhost = "BASE";
  4. $username_localhost = "USUARIO";
  5. $password_localhost = "CLAVE";
  6. $localhost = mysql_pconnect($hostname_localhost, $username_localhost, $password_localhost) or trigger_error(mysql_error(),E_USER_ERROR);
  7. ?>