Ignore a MySQL query if no record(s) found
I have a database with a list of soccer fixtures for the year. Fixtures are contested on most weekends - but, notably, not all. The website currently displays fixtures in this style/format, with separate MySQL statements running for each weekend:…