Jump to content

[SOLVED] Search between dates


savagenoob

Recommended Posts

I want to search and display results that land between and ON the dates entered into the text fields. I only know how to do the BETWEEN query. How can I modify this to search on and between two dates.

 

$query = "SELECT Amount1RS, SUM(BrokerFee), SUM(TotalCollected), SUM(Commission), AVG(BrokerFee),  COUNT(ID) FROM accounting WHERE Date BETWEEN '$newdate1' AND '$newdate2' GROUP BY Amount1RS";

Link to comment
https://forums.phpfreaks.com/topic/139960-solved-search-between-dates/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.