<?php include('gsg_pv_config.php'); function gsg_pv_remove() { $create_query = 'DROP TABLE gsg_pv_table'; mysql_query( $create_query ); } gsg_pv_remove(); mysql_close($gsg_pv); echo 'Successfully Uninstalled!'; ?>