$day = date('D');
switch($day){
I didn’t write the specific day of the week
data('Y-m-d')
The letter parameters inside represent the year, month and day respectively
You need to understand what function date is
data('Y-m-d')
The letter parameters inside represent the year, month and day respectively
You need to understand what function date is