示例#1
0
            }
            if (isset($newcart)) {
                $cart = $newcart;
            } else {
                $cart = "";
            }
        }
        break;
}
$_SESSION["cart"] = $cart;
//echo $_SESSION["cart"];
?>
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
    <head>
        <meta charset="UTF-8">
        <title></title>
    </head>
    <body>
        <?php 
$con = new clscon();
$con->Disp_Data();
?>
    </body>
</html>