Jump to content

Date Recurrence PHP Coding help


gwolff2005

Recommended Posts

Hi,

 

I am writing a code in PHP to achieve the date recurrence pattern just like in Microsoft Outlook in Codeigniter Framework. The logic is a course starts every week or every month or yearly. When admin selects current date and weekly or month in the form, it should calculate and return all the rows as output. For example if user say that course starts every week on Monday and occurrence as 20, it should return 20 rows with starting and ending date with course name.

For which I created a form with fields: start date, end date and recurrence: weekly monday, tuesday, wednesday, thursday, friday: monthly: yearly and occurrence (please the attach image).

 

and inserted this values into the Mysql database table.

 

I need some help to start with writing the logic to retrieve all the rows with course name with start and end date the values back to user.

 

Thanks in advance!

 

[attachment deleted by admin]

Link to comment
https://forums.phpfreaks.com/topic/238769-date-recurrence-php-coding-help/
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.