php countdown after the order placed
问题 I have a PHP script that has function allows for the seller to choose a delivery time for his listing I finally found it in the backend it was adding days to the delivery time title EX(if I created a row in the SQL table named 20 Min it takes (20) and add to it days so when the countdown start it count from 20 days) so I changed this in PHP file in the backend from this: $order_time = date("M d, Y H:i:s", strtotime($date_time . " + $add_days days")); to this: $order_time = date("M d, Y H:i:s"