Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
$wert1 = 'Ich bin eine Variable im Text: '.$test.' vielleicht noch eine 2 gefällig? geht auch --> '.$variable2.'';
$wert2 = 'Ich bin eine 3. Variable im 2. Text: '.$lala.'';
$eintrag = "INSERT INTO tabelle (spalte1, spalte2) VALUES ('$wert1', '$wert2')";
$eintragen = mysql_query($eintrag);
eval(); sollte hier helfen:
https://php.net/eval
eval is evil
...