header('Content-Type: text/html; charset=latin1'); include 'connect.inc.php'; $id=$_GET['id']; $query=mysql_query("SELECT * FROM archivo WHERE id='$id'"); $query=mysql_fetch_array($query); function mostrar_fecha($fecha) { $fecha = explode("-", $fecha); if($fecha[1] == 01) $fecha[1] = "enero"; elseif($fecha[1] == 02) $fecha[1] = "febrero"; elseif($fecha[1] == 03) $fecha[1] = "marzo"; elseif($fecha[1] == 04) $fecha[1] = "abril"; elseif($fecha[1] == 05) $fecha[1] = "mayo"; elseif($fecha[1] == 06) $fecha[1] = "junio"; elseif($fecha[1] == 07) $fecha[1] = "julio"; elseif($fecha[1] == 08) $fecha[1] = "agosto"; elseif($fecha[1] == 09) $fecha[1] = "septiembre"; elseif($fecha[1] == 10) $fecha[1] = "octubre"; elseif($fecha[1] == 11) $fecha[1] = "noviembre"; elseif($fecha[1] == 12) $fecha[1] = "diciembre"; $fecha_total = "$fecha[2] de $fecha[1] de $fecha[0]"; return $fecha_total; } ?>
if($query["comision"]!="S/D") {echo htmlentities($query["comision"],ENT_COMPAT,'ISO-8859-1'); } ?> | |||||||
if($query["titulo"]!="S/D") {echo htmlentities($query["titulo"],ENT_COMPAT,'ISO-8859-1'); } ?> | |||||||
|
|||||||
|
|||||||
$text=htmlentities($query["doc"],ENT_COMPAT,'ISO-8859-1');
$text = ereg_replace("\n"," ", $text); $text = ereg_replace("Visto:","Visto:", $text); $text = ereg_replace("Considerando:","Considerando:", $text); $text = ereg_replace("Por ello,","Por ello,", $text); $text = ereg_replace("EL CONSEJO INTERUNIVERSITARIO NACIONAL"," EL CONSEJO INTERUNIVERSITARIO NACIONAL ", $text); $text = ereg_replace("Acuerda:","Acuerda: ", $text); echo $text ?> |
|||||||
|
|||||||