include_once("classes/dbClass.php");
include_once("classes/clsAccountFeature.php");
include_once("classes/clsAccountType.php");
include_once("classes/clsSite.php");
$dir = "testimonials";
// Open a known directory, and proceed to read its contents
if (is_dir($dir)) {
if ($dh = opendir($dir)) {
while (($file = readdir($dh)) !== false) {
if($file != "." && $file != ".." && !is_dir($dir . "/" . $file)) $files[] = $file;
}//end while
closedir($dh);
$num = rand(0,count($arrScenes)-1);
$Testimony = file_get_contents($dir . "/" . $files[$num]);
}//endif
}//endif
$DB = &new dbClass();
session_start();
if(isset($_GET['siteid'])){
$siteid = $_GET['siteid'];
}elseif(isset($_SESSION['siteid'])){
$siteid = $_SESSION['siteid'];
}else{
$siteid = 1;
}//endif
$storeid = 0;
//session_register("siteid");
$_SESSION['siteid'] = $siteid;
//session_register("storeid");
$_SESSION['storeid'] = $storeid;
//$siteid = 1;
//$storeid = 0;
$clsSite = &new Site($DB, $siteid);
?>
Ecommerce Solution for your business

|
Website
Creator Ecommerce
Adding
a product is as simple as typing in the name
of the product and giving it a price.
You
can also:
- separate
your products into multiple categories
- add
html descriptions and features
- add
multiple options for choosing color, sizes,
add-ons
- cross
sell similar products
- create
price comparisons
- calculate
shipping based off of product weight
- sell
tangible products, downloads or access codes
- use
images to represent your products
|
|
|
|
 |
Copyright
1997-2004 WithinMySite.com LLC All Rights Reserved  |
|