//error_reporting(0);
require_once('db_con.php');
require_once('clsIndex.php');
$CookieEnabled=1;
/*if(isset($_REQUEST['step']))
{
SetCookieForChecking();
$CookieEnabled=CheckCookieEnabled();
}
else
{
SetCookieForChecking();
}*/
if(isset($_REQUEST['step']) && $_REQUEST['step']==2)
{
if($_POST)
{
$strPersonalInformation="";
$strPersonalInformation.="Name=".$_POST["CustomerName"];
$strPersonalInformation.="&Company=".$_POST["CustomerCompany"];
$strPersonalInformation.="&Address=".$_POST["CustomerAddress"];
$strPersonalInformation.="&City=".$_POST["CustomerCity"];
$strPersonalInformation.="&State=".$_POST["CustomerState"];
$strPersonalInformation.="&Country=".$_POST["CustomerCountry"];
$strPersonalInformation.="&Email=".$_POST["CustomerEmail"];
$strPersonalInformation.="&Phone=".$_POST["CustomerPhone"];
setcookie('PersonalInformation',$strPersonalInformation,time()+3600);
}
ELSE
{
header("Location:".BUYTONFRO_PAGE_URL);
}
}
?>
To-N-Fro Buy
if((!isset($_REQUEST['step'])) || (isset($_REQUEST['step']) && $_REQUEST['step']==1))
{?>
}
else if(isset($_REQUEST['step']) && $_REQUEST['step']==2)
{
?>
|
| Product Information |
|
|
Product Information
|
Price
|
| T0-&-FRO |
$199.00 |
|
|
|
|
|
}?>
|
|
|
|
require_once 'googleAnalytics.php';?>