I have a range of dates which I need to insert into MYSQL database table using PHP.
For example, if the start date is 12-03-24 and the end date is 23-03-24, I need all the dates from 12 to 23 (i.e 12, 13, 14….23) to be inserted in new rows in the database table.
The goal is to have a new row in the table for each date in the range of dates using PHP MYSQL
New contributor
Iyke Andrews is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.