Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/11/2007, 19:44
Avatar de ASLAN
ASLAN
 
Fecha de Ingreso: septiembre-2007
Mensajes: 419
Antigüedad: 16 años, 9 meses
Puntos: 2
Re: Guardar temporalmente imagen dinámica

¿En qué me estaré equivocando?
Código PHP:
$imagen imagecreate(140,18);
$color imagecolorallocate($imagen,70,151,195);
$color imagecolorallocate($imagen,255,255,255);
$msg "Test " number_format(12345678,0,",",".");
imagestring($imagen,2,5,2,$msg,$color);
imagegif($imagen,"http://www.opendirpro.com/tmp/test.gif");
imagedestroy($imagen);

echo 
'<h1>HOLA</h1><br />';
echo 
'<a href="http://www.aslanwebdesign.com/">';
echo 
'<img src="http://www.opendirpro.com/tmp/test.gif"></a><br />';
echo 
'<h1>CHAO</h1><br />'
En lugar de mostrar el código HTML final, sólo muestra la imagen y tampoco la guarda en la carpeta tmp que tiene los permisos en 777

¿Alguna idea?

Gracias

ASLAN
__________________
Registros Akáshicos