Index du Forum » » Le coin des codeurs

Auteur

PDA
vigs
391      

  Posté : 30-07-2003 11:42

bonjour,

lorsque que je clique sur FAQ j'ai un message d'erreur, sur mon site ou sur npds.org
http://www.npds.org/modules.php?ModPath=pda&ModStart=pda&op=faq_show&id_cat=1
si quelqu'un a une solution...

P.S. : lignes 153 à 165

header("!!!content-type:!!! text/html");
echo "<html><head>";
echo "<meta name=\"HandheldFriendly\" content=\"true\"></head>";
pda_title();
$result = mysql_query("select id, id_cat, question, answer from faqAnswer where id_cat='$id_cat'");
while(list($id, $id_cat, $question, $answer) = mysql_fetch_row($result)) {
echo"<a name=\"$id\"><b>$question</b>
<p align=justify>".links($answer)."</p>
<br>";
}
echo "<p><a href=\"modules.php?ModPath=$ModPath&ModStart=$ModStart&_#faq\" ;>".pda_translate("Home")."</a></p>"; < BR> echo "</body></html>";
}

[ Message édité par : vigs : 30-07-2003 11:43 ]



Cet article provient de NPDS

http://www.npds.org/viewtopic.php?topic=6922&forum=5