if(strlen($tituloImagen)>59) { $title = substr($tituloImagen, 0, 60); echo $title."..."; } else { echo $titulo; }