Ver Mensaje Individual
  #4 (permalink)  
Antiguo 28/02/2007, 07:08
Raules
 
Fecha de Ingreso: mayo-2005
Ubicación: Murcia
Mensajes: 319
Antigüedad: 18 años, 11 meses
Puntos: 0
Re: Reducir imagenes

sigue dandome el mismo error en esa linea he probado a ponerlo asi y sigue igual:

Código PHP:
<?php  
$imagen 
=  "fotos/".$row['foto']);
$size getimagesize("$imagen"); 
$ancho=(int)($size[0]*0.6); 
$alto=(int)($size[1]*0.6); 
echo 
"<img src='fotos/".$row['foto']."' width='".$ancho."' height='".$alto."'>";  
?>