Parse error: parse error in theoryend.php
I get this message for the following line - can anyone tell me why - because I can't work it out!!!
$deltab="Drop Table $table";
$updateqres = mysql_query($deltab, $connection) or die(mysql_error());
the bolded line is where the parse error is - but I can't work out why!!!!