Posted by Japhy on 11/24/05 05:57
Hello,
Should I be able to run something like :
function setvars()
{
<?php $_SESSION['VARa'] = 'ABC' ; ?>
}
I saw something at php.net (a user comment at
http://us2.php.net/function.session-start)
that made me think that I should be able to, but I can't get it to
work.
I want to set some PHP session variables
THANKS
Navigation:
[Reply to this message]
|