Esport, dones i llengua
Us adjunto les adreces on podeu consultar els PDF dels llibres publicats per la Unió de Federacions Esportives de Catalunya.
http://www.ufec.cat/cont/webs_interes/obtenir_arxiu.php?id=40 http://www.ufec.cat/cont/webs_interes/obtenir_arxiu.php?id=41 http://www.ufec.cat/cont/webs_interes/obtenir_arxiu.php?id=42 http://www.ufec.cat/cont/webs_interes/obtenir_arxiu.php?id=44 http://www.ufec.cat/cont/webs_interes/obtenir_arxiu.php?id=46 http://www.ufec.cat/cont/webs_interes/obtenir_arxiu.php?id=50
|
Autor: Ester Bonet
<php> $numn = 0; $doc = «forum/7/$numn.txt»; while (file_exists($doc)) {
++$numn; $doc = "forum/7/$numn.txt";
} echo «</div><h4>Comentaris ($numn)</h4>»; for ($i=0; $i<$numn; ++$i) {
$doc = "forum/7/$i.txt"; $txt = file_get_contents($doc); $txt = explode("$",$txt); $datae = explode("/",$txt[2]); $txt[1] = nl2br($txt[1]); echo "<h5> $txt[0]: </h5>"; $txt[1] = stripslashes($txt[1]); echo "<div class=\"level5\">$txt[1]"; echo "<div align=\"right\" style=\"font-size:10px\">Enviat el $datae[0]/$datae[1]/$datae[2] a les $datae[3]:$datae[4]</div></div>";
} echo «<div>»;
</php>
Envia un comentari