php7-mysql-data/Kapitel_5/Lektion_2/warenkorb.php
2016-08-21 00:15:10 +02:00

5 lines
45 B
PHP

<?php
session_start();
var_dump($_SESSION);