How to display anything in php in between particular time duration?
问题 I have a php code as shown below in which I want to display anything in between two calendar days of the week. The values coming inside $data->{"select_start_day"}; $data->{"start_time"}; $data->{"select_end_day"}; and $data->{"end_time"}; is controlled by the user. PHP Code: if (file_exists('feeds/ptp-ess_landing.json')) { $data = json_decode(file_get_contents('feeds/ptp-ess_landing.json')); } date_default_timezone_set('America/Toronto'); $arradate = strtolower(date('D')); $nowtime = (int