Is it possible to use page_open() and close()?
When I try to use these to create a session, I get a message saying that there was a called to an undefined function.
All I know about my web host is that they use PHP 4.1
Is there a way so I can use these functions? Or.. is there another way to have cookieless sessions?
Thanks a lot!! :p
Re: Is it possible to use page_open() and close()?
Quote:
Originally posted by wordracr
When I try to use these to create a session, I get a message saying that there was a called to an undefined function.
That's because they aren't functions. Look up Session Functions in the manual.