<?php // Wiki ! // Par plam (220@chez.com - http://forum-scpo.com/wiki) // Si nécessaire, créer un fichier wiki.db dans le répertoire courant function format_html($text) { $text = ereg_replace("\n", " \n", $text); $text = ereg_replace("'''(('?[^\n'])*)'''", "\\1", $text); $text = ereg_replace("''(('?[^\n'])*)''", "\\1", $text); $text = str_replace("----", "
<?php print format_html($htmltext); ?>