$strRootPath = "";
include $strRootPath."config.php";
include $strRootPath."includes/functions.php";
include $strRootPath."includes/function.php";
?>
OnTheBroadway
|
|
|
|
| Select your Tickets | | | |
$scripturl = "http://tickettransaction.com/?bid=2904&sitenumber=3&tid=general_results&html=true";
// required parameters
//print_r($_REQUEST);
$kwds = "";
$stype = "";
$city = "";
$stprvid = "";
$location = "";
if (isset($_REQUEST["kwds"] )) $kwds = $_REQUEST["kwds"];
if (isset($_REQUEST["city"] )) $city = $_REQUEST["city"];
$scripturl .= "&kwds=" . urlencode($kwds);
$scripturl .= "&city=" . urlencode($city);
// Optional Parameters
$state = "";
$zip = "";
if (isset($_REQUEST["state"] )) $state = $_REQUEST["state"];
if (isset($_REQUEST["zip"] )) $zip = $_REQUEST["zip"];
$scripturl .= "&state=" . $state;
$scripturl .= "&zip=" . $zip;
// Sorting Parameters
$sortcol = "";
$sortord = "";
if (isset($_REQUEST["sortcol"])) $sortcol = $_REQUEST["sortcol"];
if (isset($_REQUEST["sortord"])) $sortord = $_REQUEST["sortord"];
$scripturl .= "&sortcol=" . $sortcol;
$scripturl .= "&sortord=" . $sortord;
// Sorting Parameters
$pcatid = "";
$ccatid = "";
$gcatid = "";
if (isset($_REQUEST["pcatid"])) $pcatid = $_REQUEST["pcatid"];
if (isset($_REQUEST["ccatid"])) $ccatid = $_REQUEST["ccatid"];
if (isset($_REQUEST["gcatid"])) $gcatid = $_REQUEST["gcatid"];
$scripturl .= "&pcatid=" . $pcatid;
$scripturl .= "&ccatid=" . $ccatid;
$scripturl .= "&gcatid=" . $gcatid;
// Call the script & echo the results
//echo $scripturl;
callUrl($scripturl);
?>
| | | | |
|