getClassification

This php file retrieves plot classifications from the database. The data is stored in an array which is returned.

$sql="SELECT * from Plot_Classifications;";