if (!$nav) { $nav = 1; } $browser = stristr($HTTP_USER_AGENT, "Mozilla") && (!(stristr($HTTP_USER_AGENT, "compatible"))); //today's date $year = date("Y"); $month = date("m"); $day = date("d"); $todays_day = date("l"); $todays_date = date("F j, Y"); // include path include("includes/path.inc"); // Connect to the database server include("includes/connect.inc"); //counter $counter_file = $path . "counters/counter.dat"; if(!($fp = fopen($counter_file, "r"))) die ("Cannot open $counter_file."); $counter = (int) fread($fp, 100); fclose($fp); $counter++; $fp = fopen($counter_file, "w"); fwrite($fp, $counter); fclose($fp); $last_date = date("M j, Y"); $date_file = $path . "counters/counter_date.dat"; $fp2 = fopen($date_file, "w"); fwrite($fp2, $last_date); fclose($fp2); ?>
echo(" $todays_date |
home about products templates portfolio contact us | |||||||||
|
|
|||||||||
SiteManager FC™ commercial! Hear directly from Brett what SiteManager FC™ can do for you and how it can revolutionize your existing or future website! Read testimonies from some of our satisfied customers ...click here Increased web hosting packages!! Full Circle Web Designs has increased our web hosting packages to give you more space for your buck. Click here to learn about our industry comparable packages. Decreased web development prices!! Full Circle Web Designs offers several web development services to enhance your website and now at even lower prices. Click here to see a list of our web development services and pricing. |
if (!$nav) { include("includes/home.inc"); } if ($nav == 1) { include("includes/home.inc"); } if ($nav == 2) { include("includes/about.inc"); } if ($nav == 3) { include("includes/products.inc"); } if ($nav == 40) { include("includes/gallery.php"); } if ($nav == 5) { include("includes/portfolio.inc"); } if ($nav == 6) { include("includes/contact_us.inc"); } if ($nav == 7) { include("includes/pricing.inc"); } if ($nav == 8) { include("includes/testimonies.inc"); } if ($nav == 9) { include("includes/hosting_packages.inc"); } ?> | |||||||||
©2006- echo $year; ?> Full Circle Web Designs - All Rights Reserved Powered by SiteManager FC™ | ||||||||||