We are constantly trying to improve PHP Freaks and these forums, so feel free to go to the PHPFreaks Comments/Suggestions board and point out anything you'd like to see different!
0 Members and 1 Guest are viewing this topic.
page1.phpsession_name('foo);session_start();$_SESSION['MyName']='Matt';page2.phpsession_name('foo);session_start();$name = $_SESSION['MyName']HTHTeamatomic