Tagged Questions
0
votes
2answers
168 views
PHP opening times & embassy holidays
I've been using this code:
$rawsql = "SELECT
*
FROM
_erc_foffices n
INNER JOIN
_erc_openings o ON n.id = o.branch_id AND o.dotw = DAYOFWEEK(CURRENT_DATE())
INNER JOIN
...