選択クエリに問題があります。このクエリをチェックするための4つの条件があります。
$subject // This condition is always true that mean it has a value when executing the query
$option // This condition is also true that mean it has a value when executing the query
$district // Maybe this is true or not
$city // Maybe this is true or not
次に、これら4つの条件でselectクエリを作成する必要があります。
これらの4つの条件をWHERE句に追加し、どちらが真であるかを確認してから、クエリが満たした条件に従ってレコードを返す方法があるかどうかを知ることができますか。
誰かが私を助けてくれることを願っています。
ありがとうございました。