Hola,
Quiero omitir los mensajes de Notificaciones y warning de php.
HE conseguido omitir las notificaciones pero me sigue apareciendo un mensaje así:
Warning: mysql_fetch_array() expects parameter 1 to be resource, null given in C:\xampp\htdocs\TUG\ficha.php on line 212
Estoy configurando el ini pero con estos parámetros no me lo omite qué puede faltar?
; display_errors
; Default Value: Off
; Development Value: Off
; Production Value: Off
; error_reporting
; Default Value: E_ALL & ~E_NOTICE & ~E_WARNING
; Development Value: E_ALL & ~E_NOTICE & ~E_WARNING
; Production Value: E_ALL & ~E_WARNING & ~E_STRICT & ~E_NOTICE
; Eval the expression with current error_reporting(). Set to true if you want
; error_reporting: E_ALL & ~E_NOTICE & ~E_WARNING around the eval().
; http://php.net/assert.quiet-eval
;assert.quiet_eval: E_ALL & ~E_WARNING