Ich habe momentan ein Blackout!
Ich möchte das negative Ergebnis von folgendem Code haben:
Ich habe es so versucht:
aber das funzt nicht
Geht das überhaupt??
Ich möchte das negative Ergebnis von folgendem Code haben:
PHP-Code:
$query = "SELECT auswahl FROM tabelle WHERE auswahl LIKE'$variable-_____'";
PHP-Code:
$query = "SELECT auswahl FROM tabelle WHERE auswahl !LIKE'$variable-_____'";
Geht das überhaupt??
Kommentar