Version: 1.0 Author URI: http://www.nlb-creations.com */ //*load the WordPress Environment so we can use the plugin's code require('../../../wp-load.php'); if(isset($_GET['artist']) && isset($_GET['track'])) { playlist_insert($_GET['artist'], $_GET['track']); } else { return false; } ?>