phpbar.de logo

Mailinglisten-Archive

Antwort: Platzhalter für Tabellennamen
Archiv Mailingliste mysql-de

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Antwort: Platzhalter für Tabellennamen



Hallo Dieter,

ich würd's mit php in etwa so machen:
<?php ...

        for ($i = 0; $i <= 20; $i++)          {
                                                   $sql = "drop table
inhalt".$i.";";
                                               mysql_query($sql,$link);
                                                   }
...
        mysql_close();
        exit;
?>

Gruss,

Uwe


---
*** Weitere Infos zur Mailingliste und MySQL unter http://www.4t2.com/mysql 


Home | Main Index | Thread Index

php::bar PHP Wiki   -   Listenarchive