RE: [PHP] About Session And Cookies

2007-08-18 Thread Sanjeev N
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

RE: [PHP] About Session And Cookies

2007-08-17 Thread Bastien Koert
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.>

RE: [PHP] About Session And Cookies

2007-08-17 Thread Warren Vail
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

Re: [PHP] »Ø¸´:Re: [PHP] about session

2005-04-24 Thread Richard Lynch
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.

[PHP] 回复:Re: [PHP] about session

2005-04-23 Thread bitblackbug
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

RE: [PHP] about session

2001-02-13 Thread Maxim Maletsky
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

Re: [PHP] about session

2001-02-13 Thread JW
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-

Re: [PHP] about session

2001-02-13 Thread Ankur Verma
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

RE: [PHP] about session

2001-02-13 Thread Maxim Maletsky
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