unexpected T_STRING error in php?

Ethan R

New member
I am trying to drop a table in mySQL with php
i get and unexpected T_STRING error pointing to line 11 which reads
DROP TABLE scouts
and uh yeah all the other stuff before that is connecting to the database
thank you in advanced
 
Back
Top