$query = "select * from researchsub_form where flag='1' and date between '$date' and '$date1' ";
date と date1 の 2 つの入力があります。フラグ = '1' の日付 'date' と 'date1' の間のデータベースからのデータを表示する必要があります。これには SQL クエリを使用しますが、次の場合にデータを表示したい「date」または「date1」の日付入力を 1 つだけ入力します