Zitat Zitat von Antares
Also das wäre schonmal ein guter Anfang, oder?

PHP-Code:

    <?php
mysql_connect
'localhost''root''pass' );
mysql_select_db'meinedb' );
$res mysql_query'select * from bb1_threads where boardid=1' ) or die( mysql_error() );
while( 
$col mysql_fetch_assoc$res ) ) {
    print( 
'<h3>' $col['topic'] . '</h3>' );
}
?>
1. Nein
2. Was soll das sein? Geb mal mehr Infos frei zb. wie soll die news anzeige sein. Ich kann mir darunter nichts vorstellen.