Einzelnen Beitrag anzeigen

Nightshade

Registriert seit: 7. Jan 2003
Ort: Menden
192 Beiträge
 
Delphi 7 Enterprise
 
#2

Re: [PHP] Immer die gleiche Ausgabe

  Alt 26. Dez 2004, 15:40
Delphi-Quellcode:
    
   while ($row = mysql_fetch_assoc($result))
   {
      $output = $outputtable;
      $output = str_replace('{name}
', $row['name'], $output);
$output = str_replace(
'{Tätigkeit}', $row['taetigkeit'], $output);
$output = str_replace(
'{E-Mail}', $row['email'], $output);
$output = str_replace(
'{ICQ}', $row['ICQ'], $output);

echo $output;
}
Versuchs mal so...
Christian
Killing for peace is like fucking for virginity

Nightshade
  Mit Zitat antworten Zitat