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 General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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 nothing more rewarding than reaching the goal you set for yourself"



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 see the manual
(http://www.php.net/manual/en/ref.session.php) and you may want to check
zend.com, phpbuilder.com, etc. for tutorials, code snippets and examples.

--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]