Registriert seit: 7. Jan 2003
Ort: Menden
192 Beiträge
Delphi 7 Enterprise
|
Re: [PHP] Immer die gleiche Ausgabe
26. Dez 2004, 16: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
|
|
Zitat
|