Query BETWEEN dates with user input |
8/2/2024 7:08:04 AM |
PHPRunner General questions | |
R
rfischerjr authorDevClub member
How can I implement this with user in put for start_date and end_date: SELECT thank you! |
|
![]() |
Sergey Kornilov admin 8/2/2024 |
I think the easiest option to achieve this is to use SQL variables. You can get those dates from the user, save them to session variables and then your SQL query may look like this: SELECT |