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

2001-09-20 Thread nico_oreka
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 frame or using sessions? There actually isn't much technology

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

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

2001-09-19 Thread Matthew Simpson
: 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 is logged in or out or anything like

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

2001-09-19 Thread Rasmus Lerdorf
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[2]: [PHP] Please help!!! Trying to write some chat script