function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } "; echo"


"; $query = "SELECT * FROM forum ORDER BY date ASC"; $resultat = mysql_query( $query, $link ); if (!$resultat) { echo "
ERREUR "; echo mysql_errno(). ": ".mysql_error(). "
"; }; while($req_object = mysql_fetch_object($resultat)) { if (!empty($req_object->message_en)) { echo""; } } echo"

$req_object->sujet
$req_object->message_en

Posted the $req_object->date by email\">$req_object->nom


"; echo"Post your message!"; mysql_close($link); echo"
"; echo" "; ?>