Ver Mensaje Individual
  #8 (permalink)  
Antiguo 15/04/2008, 15:50
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 9 meses
Puntos: 2135
Re: Problema con librería gd

Mmmm a ver prueba esto:
Código PHP:
<?php
if( !function_exists"imagecreatefromjpeg" ) ) {
       die( 
"No existe la funcion imagecreatefromjpeg" );
}
?>