S'acosta el dia
S'acosta el dia i el fòrum no està gaire animat, oi? Doncs encara hi afegiré una altra «cosa»: Si del neutre llatí «folium» surt «full» (masculí) i «fulla» (femení del plural «folia»), quin problema hi ha que de «membrum» també neutre en llatí surti «membre»(masculí) i «membra» femení? Ho dic per l'escàndol que va haver-hi quan la ministra Aido va emprar aquest terme…
Autor: Mercè Otero Vidal
<php> $numn = 0; $doc = «forum/15/$numn.txt»; while (file_exists($doc)) {
++$numn; $doc = "forum/15/$numn.txt";
} echo «</div><h4>Comentaris ($numn)</h4>»; for ($i=0; $i<$numn; ++$i) {
$doc = "forum/15/$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
dokuwiki\Exception\FatalException: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4096 bytes)
An unforeseen error has occured. This is most likely a bug somewhere. It might be a problem in the authplain plugin.
/home/perec/webapps/dokuwiki/lib/plugins/authplain/auth.php:438