Hi Kelvin,
You can use the session for your ecommerce website..
Cookies also good, but if it is disabled then it is of no use.
I basically use session variable to particular member for accessing his
data.
Warm Regards,
Sanjeev
http://www.sanchanworld.com/
http://webdirectory.sanchanworld.com - Su
Subject: RE:
[PHP] About Session And Cookies> > Kelvin,> > Sessions is just one of the items
recommended for an e-commerce website. I> seem to recall that if cookies were
not enabled that there was a way of> passing the session id in the URL as a
"Get" parameter.>
Kelvin,
Sessions is just one of the items recommended for an e-commerce website. I
seem to recall that if cookies were not enabled that there was a way of
passing the session id in the URL as a "Get" parameter.
Basically you will store the items to be purchased in a special table and a
shopper I
On Sat, April 23, 2005 4:06 am, [EMAIL PROTECTED] said:
> that 's say I must session_register at fitst ,and use $_SESSION['time'] at
> secoend?
In theory, these two are the same:
However, the session_regsiter is the "old way" and is deprecated.
So, don't do that in any new code you write.
have a text input .
how can i get the text input's value when the submit button 's clicked?
From: Devraj Mukherjee
To: [EMAIL PROTECTED]
Subject: Re: [PHP] about session
Sent: Sat Apr 23 18:19:14 CST 2005
>
> $_SESSION['time'] accesses or sets the value of the
go to PHP.net/downloads.php
download the newest version and install it.
Follow all the instruction in install file VERY carefully so nothing funny
happens.
Cheers,
Maxim Maletsky
-Original Message-
From: JW [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 14, 2001 4:45 PM
To: [EMAIL
how can i update the php version 3 to version 4 in linux?
whether should i update Apache and SSL too?
thank you!
--
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-
No!
php sessions functions won't work before Version 4
to implement sessions in versions of php before version 4, you could use
phplib
best regards
Ankur Verma
HCL Technologies
A1CD, Sec -16
Noida, UP
India
- Original Message -
From: "JW" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
S
Sessions were introduces in PHP4. In PHP3 only PHPLIB could do this kind of
job which wasn't a part of the package.
Cheers,
Maxim Maletsky
-Original Message-
From: JW [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 14, 2001 3:34 PM
To: [EMAIL PROTECTED]
Subject: [PHP] about sessio
9 matches
Mail list logo