why do you not try

session_start();
$_SESSION["BSD"] = '';
$_SESSION["devon"] = "my name";

 ???

Vikas Pande wrote:
What is going wrong and where it is going wrong I dont
know?

I was trying my first script with sessions.
Before testing the script, I did following change in
php.ini in winnt\system32
register_globals=Off
The code I was trying was:
-----
<?php

$os = "BSD";

session_register($os); 	

$name = "devon";

$devon = "my name";

session_register($name);	//registers variable "devon"
with value "my name"
?>
-----
Immediately I got the error the following error
a
Critical Error Button
Message: The Instruction at "0x006c956c" referenced
memory at "0x8b2b43b1:. The memory could not be
"read". Click OK to terminate the program. Click
Cancel to debug the problem.

Please help me where have I gone wrong:
either in modifying php.ini
or choosing php as apache module
or anything else in configuration.

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
--
Sebastian Mendel

[EMAIL PROTECTED]

www.sebastianmendel.de
www.tekkno4u.de
www.nofetish.com


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to