Tagged Questions
3
votes
3answers
1k views
Database Design for Transport timetable system
Its been a while since my Database Design classes in my sophomore year at Uni. and I haven't done any designs in the interim so my skills are at best rusty at the moment. I have begun working on a ...
0
votes
2answers
162 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
...