1 2 3 4 5 6
<?php // Create a constant array with config variables const CONF = array( "lastfm_key" => "key", "lastfm_user" => "username" );