I am new to PHP and MySQL.
This a project for a travel agency. there is form to insert details of a vehicle into database including current date and time. And details can be inserted multiple times for a vehicle in a day.
Now I am dynamically creating a table in HTML to display details of vehicle from database.
Now I have to add a new column to above html table to show the count of particular vehicle inserted for current day. How to query it in sql;