Okay I am getting a parse error with this...
if (!isset($_COOKIE['pkg']) {
header("Location: http://www.thejehm.net/services/webh...hase/index.php");
} elseif {
$_COOKIE['pkg'] = "Single"
include_once ("single.txt");
} elseif {
$_COOKIE['pkg'] = "Double"
include_once ("double.txt");
} elseif {
$_COOKIE['pkg'] = "Triple"
include_once ("triple.txt");
} elseif {
$_COOKIE['pkg'] = "Quad"
include_once ("quad.txt");
}
Here is the code so make it easier -->
Error =PHP Code:<?php
if (!isset($_COOKIE['pkg']) {
header("Location: http://www.thejehm.net/services/webhosting/purchase/index.php");
} elseif {
$_COOKIE['pkg'] = "Single"
include_once ("single.txt");
} elseif {
$_COOKIE['pkg'] = "Double"
include_once ("double.txt");
} elseif {
$_COOKIE['pkg'] = "Triple"
include_once ("triple.txt");
} elseif {
$_COOKIE['pkg'] = "Quad"
include_once ("quad.txt");
}
?>Parse error: parse error in /home/httpd/vhosts/thejehm.net/httpdocs/services/webhosting/purchase/step2.php on line 187


Reply With Quote
Bookmarks