<?php

include "functions.class.php";
include "root.class.php";
$call = new call_functions();
$call->stock_datalist_into_session();

echo $_SESSION['stock_datalist'];