The Error Message I'm getting now is:
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 'key='3'' at line 1
at line 1 is just <html> which doesn't make any sense
in the <title> tag I have the following
<title><?php echo $row_bizUnits['longBU']; ?> Event Survey Results Page</title>
That should give me the full name of the Business Unit based upon the query and the key that is being passed.