PHP Code:
session_start();
$_SESSION['arrayname'][] = $_GET['name'];
It's a bad idea to use a superglobal like $_SESSION like an array of your own.
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --