ID: 19991
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: HTTP related
Operating System: Windows 98SE
-PHP Version: 4.2.1
+PHP Version: 4.2.1.
New Comment:
Well, it's OK if it's so, thanks for your inf
From: [EMAIL PROTECTED]
Operating system: Windows 98SE
PHP version: 4.2.1
PHP Bug Type: HTTP related
Bug description: header() vs. session_register()
I want to make the use of session in PHP (4.2.1) so I try this code...
session_start();
$_SESSION['user'] = 'myname';
$_S