array(0) {
}
Warning: Undefined array key "id" in /home/nepo/public_html/acad276/A6imageSched/A5editSched/detailsScheduleE.php on line 34
SQL
SELECT
scheduleAllid.*,
Classes.class AS class,
locations.location AS location,
types.type AS type
FROM scheduleAllid
LEFT JOIN Classes
ON scheduleAllid.classID = Classes.classID
LEFT JOIN locations
ON scheduleAllid.locationID = locations.locationID
LEFT JOIN types
ON scheduleAllid.typeID = types.typeID WHERE scheduleID =
Your SQL:
SELECT
scheduleAllid.*,
Classes.class AS class,
locations.location AS location,
types.type AS type
FROM scheduleAllid
LEFT JOIN Classes
ON scheduleAllid.classID = Classes.classID
LEFT JOIN locations
ON scheduleAllid.locationID = locations.locationID
LEFT JOIN types
ON scheduleAllid.typeID = types.typeID WHERE scheduleID =
SQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 12