// Connects to the db
include("../php/config.php");
// Includes related functions
include("../php/util.php");
$connect=my_connect($host,$dbid,$dbpass,$dbname);
include("../php/account.php");
include("../php/update_history.php");
?>
Tradeinfo
// Includes the top menu
include("../include/top_menu.php");
?>
// Includes the left menu on the left
include("../include/left_menu.php");
?>