Mysql
 sql >> Datenbank >  >> RDS >> Mysql

Verwenden Sie die PHP-Variable im Namen der MySQL-Erstellungstabelle

$sql2 = "CREATE TABLE `lm_Warenkorb_".$cn."`
     (
     Index TEXT,
     )";