Respuesta
en
PHP
a
Php y gráficos
¿Si estan incluidas las librerías de gráficos?., ¿Y están instaladas?... Ademas creo que en windows con el IIS no jala muy bien eso de las imágenes!..., ¿No se si uses iis o apache?....
Respuesta
en
PHP
a
Ocultar warning
Solo le pones: // redefine the user error constants - PHP4 only define (FATAL,E_USER_ERROR); define (ERROR,E_USER_WARNING); define (WARNING,E_USER_NOTICE); // set the error reporting level for this script error_reporting (FATAL + ERROR + WARNING); En...