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.
Hallo,
habe folgenden Code für die Auswahl in einer Datenbank
Code:$sql="SELECT * FROM kundendatei WHERE name = 'Müller'";
Kann mir jemand bitte sagen was ich ändern muss, damit bei name="Müll" auch der Müller kommt?
$sql="SELECT * FROM kundendatei WHERE name LIKE 'Müll%'";