Re: Re[2]: [PHP] PLEASE HELP! session variable fails to persist!!

2002-06-14 Thread Zlutarch G.
Zlutarch >From: Stuart Dallas <[EMAIL PROTECTED]> >Reply-To: Stuart Dallas <[EMAIL PROTECTED]> >To: "Zlutarch G." <[EMAIL PROTECTED]> >Subject: Re[2]: [PHP] PLEASE HELP! session variable fails to persist!! >Date: Sat, 15 Jun 2002 01:32:51 +0100 > >On Sa

Re[2]: [PHP] PLEASE HELP! session variable fails to persist!!

2002-06-14 Thread Stuart Dallas
On Saturday, June 15, 2002 at 1:27:58 AM, Zlutarch G. wrote: > I tried your idea but it didn't work. When I used session_encode(), I got > nothing! It seems that it's not being registered as a session variable. Any > idea why that is the case? I hope this will help clear up any confusion. Go he

Re[2]: [PHP] please help!!

2002-05-26 Thread Olexandr Vynnychenko
Hello Jolly, Sunday, May 26, 2002, 10:58:45 AM, you wrote: JN> Olexandr, JN> /* I can get the values from these */ JN> foreach ($HTTP_POST_VARS as $var => $value) { JN> echo "$var = $value\n"; JN> } JN> /**/ JN> /*however empty for this sentence*/ JN> echo "equal

Re: Re[2]: [PHP] Please help!!! Trying to write some chat script!

2001-09-19 Thread nico_oreka
: Sheridan Saint-Michel <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, September 19, 2001 7:04 PM Subject: Re[2]: [PHP] Please help!!! Trying to write some chat script! > Please, tell me how to secure chat system, using login and password > in the hidden input of fram

Re: Re[2]: [PHP] Please help!!! Trying to write some chat script!

2001-09-19 Thread Rasmus Lerdorf
atting, but I have never seen a server > side scripting chat implementation worth anything. > > - Original Message - > From: "Emile Bosch" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, September 19, 2001 5:18 PM > Subject: Re:

Re: Re[2]: [PHP] Please help!!! Trying to write some chat script!

2001-09-19 Thread Matthew Simpson
lt;[EMAIL PROTECTED]> Sent: Wednesday, September 19, 2001 5:18 PM Subject: Re: Re[2]: [PHP] Please help!!! Trying to write some chat script! > for the interaction and performance of a chat room i would choose for java, > php is stateless and therefore it's not easy to see when a user i

Re: Re[2]: [PHP] Please help!!! Trying to write some chat script!

2001-09-19 Thread Emile Bosch
for the interaction and performance of a chat room i would choose for java, php is stateless and therefore it's not easy to see when a user is logged in or out or anything like that.. with the help of JAVA it's possible to build fairly easy an client and a server class which does the communicatio

Re[2]: [PHP] Please help!!! Trying to write some chat script!

2001-09-19 Thread Diadon
Please, tell me how to secure chat system, using login and password in the hidden input of frame or using sessions? > There actually isn't much technology in a chat room. It is a fairly simple > program. > Basically you have a webpage which checks retrieves all > the messages from and prin