hi,
hab mal eine banale frage:
Wie binde ich eine IF-Abfrage in ein Select ein?
fehlermeldung: Parse error: parse error, unexpected T_IF
hab mal eine banale frage:
Wie binde ich eine IF-Abfrage in ein Select ein?
PHP-Code:
$strnotdetail1="select id, notdienstname, plz, notortsteil, telefon, notstrasse from detail where notortsteil=".if($ortsteil!="1"){echo $orts;}." order by notdienstname";
Kommentar