
I wanted to show the data from database according to the current date. So, can anyone give me the select today's date sql query? Thanks!

select current date in mysql query
select * from your_table where date >= '$current' and date < '$next'
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.