Re: [PHP] session in php3 and in php4

2001-04-02 Thread A.T.Z.
I heard rumors saying there is no way to use session in php3, is that correct? No. PHPLIB If there is no way to get around this, what is syntax for assign session in php4 then? www.php.net take a look at the manual. Or one of the sites about PHP webmonkey etc.. Bye, B. -- PHP

[PHP] session in php3 and in php4

2001-04-01 Thread Jacky
Hi all I heard rumors saying there is no way to use session in php3, is that correct? ( only joking about the rumors, but really need to know this though:-) If there is no way to get around this, what is syntax for assign session in php4 then? thanks in advance Jack [EMAIL PROTECTED] "There is

Re: [PHP] session in php3 and in php4

2001-04-01 Thread Steve Werby
"Jacky" [EMAIL PROTECTED] wrote: If there is no way to get around this, what is syntax for assign session in php4 then? PHP session support is possible in PHP3 using a 3rd party module from the PHP Base Library (http://phplib.netuse.de/) which is pretty widely used. For session handling in PHP4