Ver Mensaje Individual
  #8 (permalink)  
Antiguo 25/10/2006, 13:33
Computer XTress
 
Fecha de Ingreso: diciembre-2004
Mensajes: 721
Antigüedad: 19 años, 4 meses
Puntos: 2
LA SOLUCION del MILLON de DOLARES:

Código PHP:
list($width$height$type$attr) = getimagesize($_SERVER['DOCUMENT_ROOT']."/productos/br08.jpg");

echo 
"Image width " .$width;
echo 
"<BR>";
echo 
"Image height " .$height;
echo 
"<BR>";
echo 
"Image type " .$type;
echo 
"<BR>";
echo 
"Attribute " .$attr
Es maravilloso esto... jeje!!!

Espero les sirva muchachos, un saludo grande.