Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/12/2016, 07:51
xerifandtomas
 
Fecha de Ingreso: octubre-2010
Ubicación: España
Mensajes: 1.007
Antigüedad: 13 años, 6 meses
Puntos: 123
Respuesta: Mostrar errores php

Prueba con
Código PHP:
Ver original
  1. ini_set('display_errors', '1');
  2. error_reporting(E_ALL | E_STRICT);
__________________
Unset($vida['malRollo']);