Im coding an a system like a product withdraw system, for example: Certain product category has X days to be withdrawn.
Category | Buziness Days
1 | 1
2 | 3
3 | 4
4 | 3
5 | 3
6 | 3
7 | 4
For example, today is 2019-05-22 wednesday: IF my product was category 7, + 4 days, my withdraw will be in 2019-05-28.
And I have another "problem", that system was build in PHP 4!
Thanks!