|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-03-20 06:23 UTC] sander@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 14:00:01 2025 UTC |
ex1: 1stpage.php <? $var1 = 10 session_start(); session_register("var1"); header("Location: 2ndpage.php"); ?> ex2: 2ndpage.php <? session_start(); //this returns null print $var1; ?> PHP 4.0.6 running on Apache 1.3.x windows 98 webserver on remote computer.