Re: [PHP] Login without cookies enabled help

2008-07-15 Thread Thiago H. Pojda
>Yes, again, STFW before posting here. > >Google "PHPSESSID". > Call to undefined function Google(); > > -- > > > :) -- Thiago Henrique Pojda

Re: [PHP] Login without cookies enabled help

2008-07-15 Thread Daniel Brown
On Tue, Jul 15, 2008 at 10:15 AM, Shelley <[EMAIL PROTECTED]> wrote: > Well, as I said the cookies are disabled at the clients. > > Anybody any opinions? Yes, again, STFW before posting here. Google "PHPSESSID". -- Dedicated Servers - Intel 2.4GHz w/2TB bandwidth/mo. starting at just $

Re: [PHP] Login without cookies enabled help

2008-07-15 Thread Shelley
Well, as I said the cookies are disabled at the clients. Anybody any opinions? On Tue, Jul 15, 2008 at 7:23 PM, Thijs Lensselink <[EMAIL PROTECTED]> wrote: > Quoting Shelley <[EMAIL PROTECTED]>: > > Hi all, >> >> What is your way to organize user login without Client Cookies being >> disabled?

Re: [PHP] Login without cookies enabled help

2008-07-15 Thread php
[quote] On Tue , Thijs Lensselink [EMAIL PROTECTED] sent: Quoting Shelley <[EMAIL PROTECTED]>: > Hi all, > > What is your way to organize user login without Client Cookies being > disabled? > > Sample code will be appreciated. > > Waiting for your reply... > > -- > Regards, > Sh

Re: [PHP] Login without cookies enabled help

2008-07-15 Thread Thijs Lensselink
Quoting Shelley <[EMAIL PROTECTED]>: Hi all, What is your way to organize user login without Client Cookies being disabled? Sample code will be appreciated. Waiting for your reply... -- Regards, Shelley You can use sessions to store data on the server instead of the client. http://nl

[PHP] Login without cookies enabled help

2008-07-15 Thread Shelley
Hi all, What is your way to organize user login without Client Cookies being disabled? Sample code will be appreciated. Waiting for your reply... -- Regards, Shelley