if ( ( session_status() != "2" ) ) {
session_start();
}
include "includes/db.inc.php";
include "includes/functions.inc.php";
?>
Welcome to kcjonez.com - Home
if ( isset ( $_SESSION['badMessage'] ) && $_SESSION['badMessage'] != "" ) {
?>
-
echo $_SESSION['badMessage']; ?>!
$_SESSION['badMessage'] = "";
unset($_SESSION['badMessage']);
} else {
?>
-
Welcome to KCJonez.com!
}
?>
-
The site is always under construction and I will be updating often.
-
Check back often for new features and updates!
© echo date('Y'); ?> kcjonez.com. All Rights Reserved.