function normalizar_grafico($size_x,$size_y,$hueco_x,$hueco_y,$extender = true) { if ($size_x > 0 && $size_y > 0) { if ($size_x <= $hueco_x && $size_y <= $hueco_y && !$extender) { $y = $size_y; $x = $size_x; } else { if ($hueco_x/$size_x < $hueco_y/$size_y) { $x = $hueco_x; $y = $size_y*($hueco_x/$size_x); } else { $x = $size_x*($hueco_y/$size_y); $y = $hueco_y; } } $coord = array (round($x),round($y)); return $coord; } else return false; } $dir = "./"; $extensiones = array('jpg','jpeg','gif','png'); $dp = opendir($dir); $max_width=100; $max_height=100; $i = 0; function cortatextos($texto, $delimitador = " ", $numero = 18) { return implode($delimitador, array_slice(explode($delimitador, $texto), 0, $numero)); } ?>
|
echo $nombre; ?> | |
$descripdosx=cortatextos($descripcion);
echo $descripdosx;
?> |
||
|
echo ""; ?>
|