All Video Gallery is the Fastest Growing Online Video Platform. For More visit All Video Gallery." ); global $wpdb; $table_name = $wpdb->prefix . "allvideogallery_profiles"; $data = array(); /****************************************************************** /* Execute Actions ******************************************************************/ switch($_GET['opt']) { case 'add' : require_once('_add.php'); break; case 'edit' : require_once('_edit.php'); break; case 'delete': require_once('_delete.php'); break; default: require_once('_grid.php'); } ?>