include'content/quote.php'; ?>
session_start(); extract($_SESSION); //print_r ($_SESSION); include'../inc/settings.php'; // Code to take ppc keywords "$type" variable and echo this phrase. if ($_REQUEST[source] == "google") { $quote_topic = "Competitive "; $quote_topic .= str_replace('-', ' ', $_REQUEST['type']); $quote_topic .= " Rates"; } else { $quote_topic = "Get Competitive Credit Card Processing Rates"; } //echo $order_type; //echo $_SERVER['SCRIPT_FILENAME'] ; ?>