FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Session variables..
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Session variables.. [message #177917 is a reply to message #177905] Fri, 27 April 2012 06:33 Go to previous messageGo to previous message
xs2karan3190 is currently offline  xs2karan3190
Messages: 4
Registered: April 2012
Karma:
Junior Member
Thanks.. Silly me , The unbalanced quote was culprit..

But another error crept out while the former one was solved...

PLZ take a look and Provide for a solutionn


code is....-->


<?php
session_start();
$_SESSION['psid']=111;
echo $_SESSION['psid'];
$psid=999;
echo " ".$_SESSION['psid'];
?>

the output is-->1111 1111

but if you reload the page 2nd time then output changes to---> "1111 9999"

and if you write session_destroy() at the end then the output remains unchanged..
how come local variable psid is overwritten over $_SESSION['psid'].??

I have manually configured apache and using PHP as an apache module(not using any package like xampp,wamp etc)...
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: const var, self:: or static::
Next Topic: Removing specific array items
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 14:57:52 GMT 2024

Total time taken to generate the page: 0.03958 seconds