Código PHP:
$foto = "http://www.abogados.com.ar/empleos/fotos/7c2656_nueva.jpg";
$tam = getimagesize($foto);
if($tam[0] > 350 or $tam[1] > 250){
echo "<img src='http://www.abogados.com.ar/empleos/fotos/7c2656_nueva.jpg' width='350' heigth='250'>";
} else echo "<img src='http://www.abogados.com.ar/empleos/fotos/7c2656_nueva.jpg'>";
La cuestion es que cuendo pruebo este script a veces funciona y a veces no, las veces que no lo hace me tira el siguiente error 500:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
A alguien se le ocurre cual puede ser el problema? por si lo quieren ver les dejo el link http://abogados.com.ar/empleos/borrar.php. De antemano Muchas Gracias!