// Connects to the db
include("./php/config.php");
//$listnum="0"; //100... ... ... ... //admin
$scale=8; //admin save
// Includes related functions
include("./php/util.php");
$connect=my_connect($host,$dbid,$dbpass,$dbname);
include("./php/account.php");
include("./php/update_history.php");
$top_menu = "home";
$grey_box = "Welcome to Matchinfo!";
$green_box = "31,177 people online. New Zealands's largest premium dating site. ";
?>
Matchinfo
// Includes the top menu
include("./include/top_menu.php");
?>
// Includes the left menu on the left
include("./include/home_left_menu.php");
?>