', "\n\n"; // // This script only works reasonable, if the Locale settings of // the system are ok. // Warning: sucking POSIX Stuff! // // $Log: update.php3,v $ // Revision 1.2 1999/03/21 15:32:52 drt // First try. // // commonHeader( "Info - Archiv"); // We have to stet the locale setting to output Dates acordingly setlocale(LC_TIME, 'de_DE'); ?>

Alte Meldungen

\n"; echo strftime('%A %d.%m.%Y', $row[0]); echo "

\n"; echo " ", $row["teazer"], "\n"; echo " ", $row["text"], "\n"; echo "

\n"; } mysql_free_result($result); commonFooter(); ?>