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