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]




[PHP] session in php3

2001-03-07 Thread Jacky

Hi people
I got problem of how to assign session value in php3. As far as I know, all syntax in 
manual talks about php4 syntax only. How am I going to do that?
best
Jack
[EMAIL PROTECTED]
"There is nothing more rewarding than reaching the goal you set for yourself"



Re: [PHP] session in php3

2001-03-07 Thread Maxim Derkachev


http://phplib.netuse.de

-- 
Best regards,
Maxim Derkachev mailto:[EMAIL PROTECTED]
Symbol-Plus Publishing Ltd.
phone: +7 (812) 324-53-53
http://www.Books.Ru -- All Books of Russia




-- 
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]




Re: [PHP] session in php3

2001-03-07 Thread Steve Edberg

At 3:28 PM -0600 3/7/01, Jacky wrote:
Hi people
I got problem of how to assign session value in php3. As far as I 
know, all syntax in manual talks about php4 syntax only. How am I 
going to do that?
best


In PHP3, you'll have to create your own session functions, or use a 
library like PHPLIB (phplib.netuse.de).

-steve


Jack
[EMAIL PROTECTED]
"There is nothing more rewarding than reaching the goal you set for yourself"

-- 
+--- "They've got a cherry pie there, that'll kill ya" --+
| Steve Edberg   University of California, Davis |
| [EMAIL PROTECTED]   Computer Consultant |
| http://aesric.ucdavis.edu/  http://pgfsun.ucdavis.edu/ |
+-- FBI Special Agent Dale Cooper ---+

-- 
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]