ID:               16177
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         URL related
 Operating System: Windows 98
 PHP Version:      4.0.6
 New Comment:

The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php




Previous Comments:
------------------------------------------------------------------------

[2002-03-20 01:26:37] [EMAIL PROTECTED]

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.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=16177&edit=1

Reply via email to