Einzelnen Beitrag anzeigen
Alt 08.04.2003, 10:47   #2
käptn
Inventar
 
Registriert seit: 04.11.2001
Alter: 45
Beiträge: 2.150


Standard

PHP-Code:
while ($row mysql_fetch_object($result)){
  echo 
'[b]' $row->user '[/b]' .
       
'[i]' $row->email '[/i]' .
       
'
$row->msg '
'
;

~
____________________________________
LOL - Mein erstes Post im Programmier Forum

MACINTOSH - Most Applications Crash, If Not The Operating System Hangs
käptn ist offline   Mit Zitat antworten