Totes i tots
Escolto un il.lustre pedagog que no es deixa mai el totes i tots, fins que arriba el moment fatídic i deixa anar «la seva parella i el seu parell»
Autor: Carlota Marc
<php> $numn = 0; $doc = «forum/24/$numn.txt»; while (file_exists($doc)) {
++$numn; $doc = "forum/24/$numn.txt";
} echo «</div><h4>Comentaris ($numn)</h4>»; for ($i=0; $i<$numn; ++$i) {
$doc = "forum/24/$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