phpbar.de logo

Mailinglisten-Archive

[php] Einsatz von flash()

[php] Einsatz von flash()

Hans Theo Mislisch info_(at)_agathos.net
Sat, 3 Mar 2001 10:43:36 +0100


Hallo,

bei mir bringt der Einsatz von flash() nichts,
woran liegt das?


-- schnipp --

$SQL = "select * from tabelle where (name like '$name') ORDER BY vorname";
$result  =  mysql_query($SQL);

while  ($row  =  mysql_fetch_row($result))  {

?>
              <table width="600" border="0">
                <tr>
                  <td width="140" height="32" bgcolor="cccccc">
                    <div align="center"><font face="sans-serif" size="-1"><? echo $row[0] ?></font></div>
                  </td>
                  <td width="80" height="32" bgcolor="cccccc">
                    <div align="center"><font face="sans-serif" size="-1"><? echo $row[1] ?></font></div>
                  </td>
                  <td width="60" height="32" bgcolor="cccccc">
                    <div align="center"><font face="sans-serif" size="-1"><? echo $row[2] ?></font></div>
                  </td>
                  <td width="120" height="32" bgcolor="cccccc">
                    <div align="center"><font face="sans-serif" size="-1"><? echo $row[3] ?></font></div>
                  </td>
                </tr>
              </table>

<?
      flush();
      }
?>


Muss man vielleicht die Tabelle mit echo oder print ausgeben, dass
flush() was bringt?


Danke




Liebe Grüße

Theo


-- 
Agathos Networks - Postfach 1114 - D-87515 Sonthofen
Tel: +49 (0)8321 67388-80  Fax: +49 (0)8321 67388-50
mailto:info_(at)_agathos.net


php::bar PHP Wiki   -   Listenarchive