You are now set to view snippets below the setlist.
";
if(!$showid = intval($showid)) die("Wrong Parameter!");
echo "Click here to go back to the show
";
}
function removetourdbcookie () {
global $showid;
unset($_COOKIE["u2tourdb"]);
setcookie("u2tourdb", "", time()-3600, "/", ".u2gigs.com", "0");
include("header.php");
opentable();
echo "You are now set to view snippets in the setlist.
";
if(!$showid = intval($showid)) die("Wrong Parameter!");
echo "Click here to go back to the show
";
}
switch ($sub) {
case 'snippetsbelowview':
settourdbcookie();
$currentview = "snippets below the setlist.";
if(!$showid = intval($showid)) die("Wrong Parameter!");
$option = "Click here to view snippets in the setlist.";
break;
case 'defaultview':
removetourdbcookie();
$currentview = "snippets in the setlist.";
if(!$showid = intval($showid)) die("Wrong Parameter!");
$option = "Click here to view snippets below the setlist.";
break;
default:
include("header.php");
opentable();
if(isset($_COOKIE["u2tourdb"])) {
$user = $_COOKIE["u2tourdb"];
$currentview = "snippets below the setlist.";
$option = "Click here to view snippets in the setlist.";
} else {
$currentview = "snippets in the setlist.";
if(!$showid = intval($showid)) die("Missing Parameter! Please call this site from below the setlist.");
$option = "Click here to view snippets below the setlist.";
}
}
?>
You can choose your preferred setlist display format as long as you accept cookies from U2gigs.com
You can either display snippets in or below the setlist, as in the following examples.
Snippets in the setlist:
1883-02-30, FAKE CONCERT
One Tree Hill / Six Months In A Leaky Boat (snippet)
Heartland / World Where You Live (snippet)
Bass Trap
A Sort Of Homecoming / Arriving Somewhere But Not Here (snippet) / Peruvian Skies (snippet)
Resolution And Independence (snippet) / Where The Streets Have No Name
40
Snippets below the setlist:
1883-02-30, FAKE CONCERT
One Tree Hill
Heartland
Bass Trap
A Sort Of Homecoming
Where The Streets Have No Name
40
Snippets:
One Tree Hill / Six Months In A Leaky Boat (snippet)
Heartland / World Where You Live (snippet)
A Sort Of Homecoming / Arriving Somewhere But Not Here (snippet) / Peruvian Skies (snippet)
Where The Streets Have No Name / Resolution And Independence (snippet)
echo "You are currently set to view $currentview
";
echo "$option";
CloseTable();
// Be sure to edit this to point to your footer file
include("footer.php");
?>